
Dropbox reduces JavaScript bundle sizes by 33% using Rollup
They identified three core problems: multiple versions of bundled code, manual code-splitting, and a lack of tree shaking. Rollup was selected for its automatic code-splitting, tree shaking, and adaptability