Closed ChristopherBiscardi closed 8 years ago
I briefly looked into the issue. getWarnings
seems be new and causing the issue https://github.com/webpack/webpack/compare/36e4fd2...6748dca#diff-d6308b00976bdf2edefc0f08dd6e1cafR594
@sokra did we do something wrong in Carte Blanche or is a bug of the Beta?
Working on this. We identified the ExtraEntryPlugin as root cause although I'm not sure if it's a bug in webpack or we do something wrong in the ExtraEntryPlugin: https://github.com/carteb/carte-blanche/pull/379
Looks like the extra-entry-plugin should have a peerDependency to webpack instead of a depenency. And webpack@^2.1.0-beta need to be included.
https://github.com/jantimon/extra-entry-webpack-plugin/blob/master/package.json#L46
This will be resolved with the next release 😄 https://github.com/carteb/carte-blanche/pull/379
👍
webpack 2.1.0-beta.14 will throw the following error.
I didn't have time to look into why this is happening, but I've narrowed it down to being in the .14 release.
Temporary Fix
downgrade to
webpack 2.1.0-beta.13