瀏覽代碼

H5-关闭eslint

panyong 3 年之前
父節點
當前提交
4a8d6969e7
共有 1 個文件被更改,包括 5 次插入4 次删除
  1. 5 4
      htmldev/dashboard/vue.config.js

+ 5 - 4
htmldev/dashboard/vue.config.js

@@ -33,6 +33,7 @@ module.exports = {
   publicPath: '/',
   outputDir: './dist', // 构建文件目录,默认dist
   filenameHashing: false,
+  lintOnSave: false,
   productionSourceMap: process.env.BUILD_ENV === 'develop',
   devServer: {
     hot: true,
@@ -51,10 +52,10 @@ module.exports = {
         }
       }
     },
-    overlay: {
-      warnings: true,
-      errors: false
-    },
+    // overlay: {
+    //   warnings: false,
+    //   errors: false
+    // },
     before (app) {
     }
   },