robertknight / webpack-bundle-size-analyzer

A tool for finding out what contributes to the size of Webpack bundles
ISC License
1.39k stars 45 forks source link

Doesn't work for multiple bundles #24

Open eberkund opened 7 years ago

eberkund commented 7 years ago

My webpack config has multiple entry points and bundles. It would be nice to see the size for each one. Right now the analyser just shows the size of what I think is the first one and doesn't indicate which one.

robertknight commented 7 years ago

If your config has multiple entry points then the tool will currently print the dependency information for all modules across all generated bundles as if the config generated a single bundle.