vue-loader
2018-10-15 本文已影响0人
arymy
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()
],