Explorar o código

feat: disable hardSource (#3358)

chencheng (云谦) %!s(int64=7) %!d(string=hai) anos
pai
achega
0daf09809d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,
           }
         : {}),
     },