Commonly Compared
Review of rollup powered by the Slant community.
JS bundler which implements tree-shaking.
Ranked in these QuestionsQuestion Ranking
Pros
Pro Implements tree-shaking
Can reduce resulting bundle size by performing "tree-shaking" (removing unused parts of code).
Pro Easy configuration
Simple config files
Pro Small and fast installation
It's only one file.
Pro Ideal for shipping es2015/ES6 modules
Cons
Con Async/await support lack
Doesn't support async/await out of the box for the time being, and there is no available working plugin to fill the gap.