diff --git a/config/config.js b/config/config.js index 1d5f2530d6e128534cab3080e7574fad2b285b0a..41e66ece84e24bc916a7e7ba47591fe9a33007d9 100644 --- a/config/config.js +++ b/config/config.js @@ -27,15 +27,15 @@ const plugins = [ importWorkboxFrom: 'local', }, }, - ...(!process.env.TEST && os.platform() === 'darwin' - ? { - dll: { - include: ['dva', 'dva/router', 'dva/saga', 'dva/fetch'], - exclude: ['@babel/runtime'], - }, - hardSource: false, - } - : {}), + // ...(!process.env.TEST && os.platform() === 'darwin' + // ? { + // dll: { + // include: ['dva', 'dva/router', 'dva/saga', 'dva/fetch'], + // exclude: ['@babel/runtime'], + // }, + // hardSource: true, + // } + // : {}), }, ], ];