Browse Source

feat: disable hardSource (#3358)

chencheng (云谦) 7 năm trước cách đây
mục cha
commit
0daf09809d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,
           }
         : {}),
     },