瀏覽代碼

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,
           }
         : {}),
     },