Kaynağa Gözat

feat: disable hardSource (#3358)

chencheng (云谦) 7 yıl önce
ebeveyn
işleme
0daf09809d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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,
           }
         : {}),
     },