soundcloud / chunk-manifest-webpack-plugin

Allows exporting a manifest that maps entry chunk names to their output files, instead of keeping the mapping inside the webpack bootstrap.
MIT License
395 stars 73 forks source link

Add manifest to the current chunk #29

Closed Kronuz closed 7 years ago

Kronuz commented 7 years ago

Correctly add the emitted manifest file to the current chunk. This, for example, fixes Webpack statistics where the manifest wouldn't be there in assetsByChunkName otherwise.

diurnalist commented 7 years ago

Thanks :)

leebenson commented 7 years ago

https://github.com/soundcloud/chunk-manifest-webpack-plugin/issues/47#issuecomment-323390951 - is it caused by this patch?