webpack-contrib / webpack-bundle-analyzer

Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap
MIT License
12.57k stars 484 forks source link

Crashes on files over 512MB #592

Closed bryanrideshark closed 1 year ago

bryanrideshark commented 1 year ago

Fantastic module - but it crashes on any file that's over 512mb. For large applications, it becomes unusable.

Need to have streaming JSON parsing to overcome this.

bryanrideshark commented 1 year ago

I didn't realize this had been addressed by 4.8.0. Great!

valscion commented 1 year ago

Haha the issues usually don't get resolved this fast :smile: