You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a possibility @exile-watch/rollup-config may be replaced with a similar config in favor of https://rolldown.rs/.
Probably by the time all checkboxes are ticked, Rolldown may be production ready.
We may still hold on checking rolldown until there is a published minor version after the official first release.
Caution
Rollup upgrade can't happen until following projects are properly tested and have code quality checks implemented
Important
There is a possibility
@exile-watch/rollup-configmay be replaced with a similar config in favor of https://rolldown.rs/.Probably by the time all checkboxes are ticked, Rolldown may be production ready.
We may still hold on checking
rolldownuntil there is a published minor version after the official first release.Caution
Rollup upgrade can't happen until following projects are properly tested and have code quality checks implemented
User story
As a developer, I want to be fairly up to date with latest package versions and this applies to Rollup.
Current
@exile-watch/rollup-configrollup version is sitting at2.x, 2 major versions behind.There are couple breaking changes, most notable that affect
@exile-watch/rollup-configpackage directly:acornInjectPluginsis no longer a valid option and needs to be removed from hereacorn-jsxdependency also needs to be removed@rollup/plugin-commonjsso probably need to investigate this as wellRollupWarningandWarningHandlerhave been removed [v4.0] Remove onwarn from normalized input options rollup/rollup#5147Acceptance criteria
acornInjectPluginsrollup config option is removed (need to see what's the impact)acorn-jsxdependency is uninstalledRollupWarningis replaced withRollupLoghere and hereWarningHandleris replaced withLoggingFunction@rollup/plugin-commonjs