소스 검색

feat: disable hardSource (#3358)

chencheng (云谦) 7 년 전
부모
커밋
0daf09809d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      config/config.js

+ 1 - 1
config/config.js

@@ -34,7 +34,7 @@ const plugins = [
               include: ['dva', 'dva/router', 'dva/saga', 'dva/fetch'],
               exclude: ['@babel/runtime'],
             },
-            hardSource: true,
+            hardSource: false,
           }
         : {}),
     },