Actions
Task #103686
closedUnify Rollup usage in frontend tooling
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend JavaScript
Target version:
Start date:
2024-04-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The JS build tooling currently invokes Rollup twice:
- Once via
grunt-rollup
to build libraries - Once via the command line to build everything related to CKEditor 5
Considering we want to move away from Grunt (at some point, in the far future) anyway, we can phase out the first usage of Rollup and just handle everything via plain Rollup instead.
Actions