I am trying to run build my program with
"build": "NODE_ENV='production' webpack -p",
I get an error
node_modules/extract-text-webpack-plugin/index.js:267
var shouldExtract = !!(options.allChunks ||
chunk.isInitial());
TypeError: chunk.isInitial is not a function
I have installed webpack 3.10.10 and extract-text-webpack-plugin@2.1.0 What I should to do?
via djkah11
No comments:
Post a Comment