我正在尝试使用以下命令运行构建程序
"build": "NODE_ENV='production' webpack -p",我得到一个错误
node_modules/extract-text-webpack-plugin/index.js:267
var shouldExtract = !!(options.allChunks ||
chunk.isInitial());
TypeError: chunk.isInitial is not a function我已经安装了webpack 2.6.1和提取文本-webpack-插件@2.1.0,我应该怎么做?
https://stackoverflow.com/questions/44420686
复制相似问题