chrisbateman / webpack-visualizer

Visualize your Webpack bundle
http://chrisbateman.github.io/webpack-visualizer/
MIT License
1.69k stars 93 forks source link

Active? #61

Open atdiff opened 5 years ago

atdiff commented 5 years ago

Is this project still active and being maintained? Or is there another recommended alternative?

herodrigues commented 5 years ago

You can use webpack-contrib/webpack-bundle-analyzer

chrisbateman commented 5 years ago

No, not really. I'm not sure it's worth maintaining since it's impossible to get accurate stats with the stats.json alone.

If anyone feels like there's a benefit here over webpack-bundle-analyzer though, I'd be interested to hear about it.

mikestopcontinues commented 3 years ago

What about using the output of bundle-analyzer, since that produces accurate measurements? Or what about making a PR to add this viz to bundle-analyzer? I just discovered it, and honestly... so much nicer!