diff --git a/config/config.ts b/config/config.ts index 501635d88f7a64a0013a3d50cd7e13571608c355..fe69449135a90af52e61a8f5c4599acb43ea27d7 100644 --- a/config/config.ts +++ b/config/config.ts @@ -42,10 +42,12 @@ const plugins: IPlugin[] = [ }, } : false, - dll: { - include: ['dva', 'dva/router', 'dva/saga', 'dva/fetch'], - exclude: ['@babel/runtime', 'netlify-lambda'], - }, + // default close dll, because issue https://github.com/ant-design/ant-design-pro/issues/4665 + // dll features https://webpack.js.org/plugins/dll-plugin/ + // dll: { + // include: ['dva', 'dva/router', 'dva/saga', 'dva/fetch'], + // exclude: ['@babel/runtime', 'netlify-lambda'], + // }, }, ], [