Browse Source

feat: disable hardSource (#3358)

pull/3370/head
chencheng (云谦) 7 years ago
committed by 陈小聪
parent
commit
0daf09809d
  1. 2
      config/config.js

2
config/config.js

@ -34,7 +34,7 @@ const plugins = [
include: ['dva', 'dva/router', 'dva/saga', 'dva/fetch'],
exclude: ['@babel/runtime'],
},
hardSource: true,
hardSource: false,
}
: {}),
},

Loading…
Cancel
Save