webpack 打包vue报错

2,074 阅读1分钟

has no id assigned

解决: 删除 package.json 的 sideEffects

Error: [VueLoaderPlugin Error] No matching use for vue-loader is found. Make sure the rule matching .vue files include vue-loader in its use.

解决: vue-loader 要在 rules 的第一个