webpack-contrib / webpack-bundle-analyzer

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

Fix assets without name causing analyze failure #386

Closed ZKHelloworld closed 4 years ago

ZKHelloworld commented 4 years ago

Fix this issue #385

jsf-clabot commented 4 years ago

CLA assistant check
All committers have signed the CLA.

valscion commented 4 years ago

Can you add a test case and a changelog entry?

ZKHelloworld commented 4 years ago

@valscion sure.

ZKHelloworld commented 4 years ago

@valscion Done.

valscion commented 4 years ago

Yeah this looks good to me — would @th0r want to take a look as you originally asked for a new PR here? https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/385#issuecomment-707007310

th0r commented 4 years ago

Could you also merge latest master into this branch please? CHANGELOG.md diff looks quite strange now.

ZKHelloworld commented 4 years ago

Could you also merge latest master into this branch please? CHANGELOG.md diff looks quite strange now.

Done.

th0r commented 4 years ago

Thanks!

valscion commented 3 years ago

Released in v4.2.0 :relaxed:. Thank you for your contributions!