Browse Source

关闭eslint

LAPTOP-HHGMK4SL\gsafe 2 years ago
parent
commit
c1adb4caed
1 changed files with 1 additions and 0 deletions
  1. 1 0
      vue.config.js

+ 1 - 0
vue.config.js

@@ -5,6 +5,7 @@ const MiniCssExtractPlugin = require('mini-css-extract-plugin');
5 5
 module.exports = {
6 6
   publicPath: process.env.env_config === 'prod' ? 'https://h5-cms-vue.ijolijoli.com/dist' :
7 7
     process.env.env_config === 'test' ? '/vapps/calory/' : '/dist/',
8
+    lintOnSave: false,
8 9
   // 设置跨域
9 10
   crossorigin: 'anonymous',
10 11
   /**