Vue-loader在15.*之后的版本都需要配合 VueLoaderPlugin一起使用:
const VueLoaderPlugin = require('vue-loader/lib/plugin');
plugins: [
new VueLoaderPlugin()
],
Vue-loader在15.*之后的版本都需要配合 VueLoaderPlugin一起使用:
const VueLoaderPlugin = require('vue-loader/lib/plugin');
plugins: [
new VueLoaderPlugin()
],
本文标题:vue-loader
本文链接:https://www.haomeiwen.com/subject/uvdqzftx.html
网友评论