vue-loader

Vue-loader在15.*之后的版本都需要配合 VueLoaderPlugin一起使用:
const VueLoaderPlugin = require('vue-loader/lib/plugin');
plugins: [
new VueLoaderPlugin()
],

你可能感兴趣的:(vue-loader)