參考: https://blog.csdn.net/weixin_37219302/article/details/79685351html
在.eslintrc.js中修改爲:vue
// required to lint *.vue files
plugins: [
'vue',
// 此插件用來識別.html 和 .vue文件中的js代碼
'html'
],
報錯: Module build failed: Error: Failed to load plugin html: Cannot find module 'eslint-plugin-html'npm
運行ui
npm install eslint-plugin-html --save-devspa
便可解決.net
Module build failed: Error: Cannot find module ‘file-loader’插件
運行 npm install file-loader –save-dev便可解決eslint
這裏的file-loader就是你cannot find module ‘XXXXX’htm
就是你缺乏啥插件你安裝就好了。blog