依赖包的版本都是一致的 vue-loader也有使用 编译死活编译不了
可能需要加下这个
const { VueLoaderPlugin } = require('vue-loader')
plugins: [
new VueLoaderPlugin()
],