TrySound / rollup-plugin-size-snapshot

Track your library bundles size and its treeshakability with less effort
MIT License
163 stars 14 forks source link

Test treeshaking with code splitting #21

Open TrySound opened 6 years ago

TrySound commented 6 years ago

Seems like webpack treeshaking doesn't work like everybody said. https://github.com/webpack/webpack/issues/7782

TrySound commented 6 years ago

Idea: babel plugin which will mark top level functions with pure annotation if they are not reassigned