Browse Source

Merge branch 'xiaohb' into scene_conversion_ms

James 4 năm trước cách đây
mục cha
commit
8dff156db5
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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',