$ npm run build失败
也配置了rules啊
在webpack.config.js中引入一个
const VueLoaderPlugin= require('vue-loader/lib/plugin');
然后再在module.exports中添加一条
plugins:[
new VueLoaderPlugin()
]