qq_桐人_5
2018-09-07 11:09
执行 npm run build 出现这个错误
你没有写“
const VueLoaderPlugin = require('vue-loader/lib/plugin')
”吧
第二个错误应该是你没有加
{
test: /\.css$/,
use: ['style-loader','css-loader']
},
不错不错
我加完之后,还是一样的错
自问自答~
vue-loader 15.0版本以上,需要在webpack.config.js中添加VueLoaderPlugin
并添加一条rule,
Vue+Webpack打造todo应用
84606 学习 · 787 问题
相似问题