소스 검색

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',