Closed ctavan closed 3 years ago
This looks good to me, thank you!
I'll merge once Travis CI happens to work again.
Can you add a changelog entry?
Can you add a changelog entry?
Done!
Thanks!
Released in v4.2.0 :relaxed:. Thank you for your contributions!
When trying to analyze a stats.json for a webpack bundle generated off of an array webpack.config.json webpack-bundle-analyzer was throwing:
Could't analyze webpack bundle: TypeError: Cannot read property 'assets' of undefined
This bug was probably introduced in https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/376
Example webpack config to generate a stats.json file that causes the crash: