Webpack Visualizer

Visualize your Webpack bundle

Powered by G2

The original idea comes from [chrisbateman/webpack-visualizer]. Yet, instead of using D3.js, this one is implemented with G2 [antvis/g2]

How do I get stats JSON from webpack?

$ webpack --json > stats.json

If you're customizing your stats output or using webpack-stats-plugin, be sure to set chunkModules to true (see here for an example).