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

Plugin errors in webpack 2 #12

Closed brandondoran closed 7 years ago

brandondoran commented 8 years ago

Because there is a change in Chunk api, this plugin errors with webpack 2. There error is:

ERROR in chunk vendor [entry]
app-9148709000831c41a110.js
Chunk.entry was removed. Use hasRuntime()

I have a simple fix in a fork. I know webpack 2 is beta but would you accept a PR?

kentcdodds commented 8 years ago

@brandondoran could you please open a PR with your fork? It'd be good to get a look at that and discuss fixing/merging :)

kentcdodds commented 8 years ago

I opened a PR with your fork @brandondoran.

brandondoran commented 8 years ago

@kentcdodds thanks. I wasn't sure the plugin was being maintained so thought I'd just submit an issue first.

Ks89 commented 8 years ago

I have exactly the same problem.

tizmagik commented 7 years ago

Any updates on this?

cellis commented 7 years ago

Need this

refaelos commented 7 years ago

@kentcdodds do you know when this is going to be merged? I need it as well ...

UPDATE: Never mind. I used inline-manifest-webpack-plugin