From 0daf09809df89690dfc06f2b177a69f673a8638e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?chencheng=20=28=E4=BA=91=E8=B0=A6=29?= Date: Sat, 12 Jan 2019 12:04:19 +0800 Subject: [PATCH] feat: disable hardSource (#3358) --- config/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.js b/config/config.js index 55ccc0ba..887b0614 100644 --- a/config/config.js +++ b/config/config.js @@ -34,7 +34,7 @@ const plugins = [ include: ['dva', 'dva/router', 'dva/saga', 'dva/fetch'], exclude: ['@babel/runtime'], }, - hardSource: true, + hardSource: false, } : {}), }, -- GitLab