Rollup.js
Rollup.js is a module bundler alternative to Webpack.
Rollup.js aims to bundle to ES6 modules whereas Webpack aims to bundle to CommonJS.
Features:
- tree-shaking to remove unused code.
- code-splitting
- plugin system
Rollup.js is a module bundler alternative to Webpack.
Rollup.js aims to bundle to ES6 modules whereas Webpack aims to bundle to CommonJS.
Features: