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

Updating to v1.1.1 broke my build #43

Closed ramrami closed 7 years ago

ramrami commented 7 years ago

After updating to v1.1.1 my build fail with the following error :

ERROR in chunk manifest [entry]
[name].bundle.[chunkhash].js
Chunk.entry was removed. Use hasRuntime()
Child html-webpack-plugin for "index.html":
    [3IRH] (webpack)/buildin/module.js 517 bytes {0} [built]
    [DuR2] (webpack)/buildin/global.js 509 bytes {0} [built]
    [QS1q] ./node_modules/html-webpack-plugin/lib/loader.js!./app/index.ejs 941 bytes {0} [built]
        + 1 hidden module
Child extract-text-webpack-plugin ...

It's working with v1.1.0. I'm using webpack v3.3.0. Thanks