0

Webpack Bundle Analyzer (and awesome tools like https://github.com/statoscope/statoscope) seem to operate on dependency graphs before DCE & tree-shaking optimizations have occurred.

Are there webpack community tools that exist that emit bundle analytics on the final bundle/chunks/entrypoints versus simply the entry dependency graphs? I want output that shows stats on the final code in bundle, vs the modules participating in the bundle.

Thanks!

cdaringe
  • 1,274
  • 2
  • 15
  • 33

1 Answers1

0

I need to check myself. Seems like the parsed section actually may be correct: https://github.com/webpack-contrib/webpack-bundle-analyzer#parsed

cdaringe
  • 1,274
  • 2
  • 15
  • 33