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
394 stars 73 forks source link

quick & dirty merge chunk manifests for configs with multiple entry points #34

Open evinism opened 7 years ago

evinism commented 7 years ago

almost certainly solves: https://github.com/soundcloud/chunk-manifest-webpack-plugin/issues/6 there's definitely a better solution-- i'll write something cleaner shortly. in the meantime, this is what I'm using locally, in pr form.

Issue is that the chunk manifest is being overwritten for every entry point chunk. I don't think it affects entry chunks which don't depend on any other chunks.