This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
[webpack 3.0.0] TypeError: chunk.isInitial is not a function #554
Closed
Description
I've just updated to webpack 3.0.0 and I'm started getting this issue when running my tests.
26 06 2017 17:42:57.000:ERROR [karma]: TypeError: chunk.isInitial is not a function
at isInitialOrHasNoParents (/node_modules/extract-text-webpack-plugin/dist/lib/helpers.js:15:16)
at /node_modules/extract-text-webpack-plugin/dist/index.js:187:94
at /node_modules/extract-text-webpack-plugin/node_modules/async/dist/async.js:3083:16
at eachOfArrayLike (/node_modules/extract-text-webpack-plugin/node_modules/async/dist/async.js:1003:9)
at eachOf (/node_modules/extract-text-webpack-plugin/node_modules/async/dist/async.js:1051:5)
at Object.eachLimit (/ocelot/node_modules/extract-text-webpack-plugin/node_modules/async/dist/async.js:3145:5)
Any idea on how to fix this ?