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
ref(build): Handle minification in rollup config generation function (#4681)
As part of the new build process, this removes minification config from being hardcoded in individual `rollup.config.js` files and instead uses a new function in the main `rollup.config.js` to generate minified and unminified variants of each build config it's given.
This also includes a few other small changes:
- Moved the license plugin to the main config function.
- Removed exports which were no longer necessary now that most config is centralized.
- Refactored individual `rollup.config.js` files to have more parallel structure.
- Moved a comment and renamed the `markAsBrowserBulid` plugin so it has the work "plugin" in its name.
0 commit comments