Ver código fonte

feat: disable hardSource (#3358)

chencheng (云谦) 7 anos atrás
pai
commit
0daf09809d
1 arquivos alterados com 1 adições e 1 exclusões
  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'],
               include: ['dva', 'dva/router', 'dva/saga', 'dva/fetch'],
               exclude: ['@babel/runtime'],
               exclude: ['@babel/runtime'],
             },
             },
-            hardSource: true,
+            hardSource: false,
           }
           }
         : {}),
         : {}),
     },
     },