liaoyinglong/vue-template

本地webapck版本 2.7升级到3.5.5版本,你这个配置有问题!

Opened this issue · 0 comments

"extract-text-webpack-plugin": "^2.0.0",

改成这样就正常了:
"extract-text-webpack-plugin": "^3.0.2",