Преглед изворни кода

Merge branch 'xiaohb' into scene_conversion_ms

James пре 4 година
родитељ
комит
8dff156db5
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      build/webpack.base.conf.js

+ 2 - 1
build/webpack.base.conf.js

@@ -40,7 +40,8 @@ module.exports = {
   },
   module: {
     rules: [
-      ...(config.dev.useEslint ? [createLintingRule()] : []),
+      // createLintingRule()
+      ...(config.dev.useEslint ? [] : []),
       {
         test: /\.vue$/,
         loader: 'vue-loader',