用新版本的要加一个插件
新版本的要在webpack.config.js中添加一个插件
const {VueLoaderPlugin} = require('vue-loader') module.exports = { plugins: [ new VueLoaderPlugin() ] }
新版本的要在webpack.config.js中添加一个插件
const {VueLoaderPlugin} = require('vue-loader') module.exports = { plugins: [ new VueLoaderPlugin() ] }
2018-05-20
举报