Przeglądaj źródła

feat: disable hardSource (#3358)

chencheng (云谦) 7 lat temu
rodzic
commit
0daf09809d
1 zmienionych plików z 1 dodań i 1 usunięć
  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,
           }
         : {}),
     },