vue-cli_报错解决总结

webpack.optimize.ModuleConcatenationPlugin is not a constructor

解决方案:

注释掉配置文件中的

TypeError: chunk.sortModules is not a function

解决方案:

npm install --save-dev extract-text-webpack-plugin@2.1.2

运行这串代码在执行就可以了

原文地址:https://www.cnblogs.com/wush-1215/p/11063921.html