Commit 3fc841b1 authored by 陈帅's avatar 陈帅

default close dll

close #4665
parent 31efd937
...@@ -42,10 +42,12 @@ const plugins: IPlugin[] = [ ...@@ -42,10 +42,12 @@ const plugins: IPlugin[] = [
}, },
} }
: false, : false,
dll: { // default close dll, because issue https://github.com/ant-design/ant-design-pro/issues/4665
include: ['dva', 'dva/router', 'dva/saga', 'dva/fetch'], // dll features https://webpack.js.org/plugins/dll-plugin/
exclude: ['@babel/runtime', 'netlify-lambda'], // dll: {
}, // include: ['dva', 'dva/router', 'dva/saga', 'dva/fetch'],
// exclude: ['@babel/runtime', 'netlify-lambda'],
// },
}, },
], ],
[ [
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment