Commit c91bcd28 authored by ι™ˆεΈ…'s avatar ι™ˆεΈ…

bugfix: fix#3891 ,dll config error

parent 401e65f4
...@@ -38,7 +38,7 @@ const plugins = [ ...@@ -38,7 +38,7 @@ const plugins = [
? { ? {
dll: { dll: {
include: ['dva', 'dva/router', 'dva/saga', 'dva/fetch'], include: ['dva', 'dva/router', 'dva/saga', 'dva/fetch'],
exclude: ['@babel/runtime'], exclude: ['@babel/runtime', 'netlify-lambda'],
}, },
hardSource: false, hardSource: false,
} }
......
...@@ -78,7 +78,6 @@ ...@@ -78,7 +78,6 @@
"react-dom": "^16.7.0", "react-dom": "^16.7.0",
"react-fittext": "^1.0.0", "react-fittext": "^1.0.0",
"react-media": "^1.9.2", "react-media": "^1.9.2",
"serverless-http": "^1.9.1",
"umi": "^2.4.4", "umi": "^2.4.4",
"umi-plugin-react": "^1.7.2", "umi-plugin-react": "^1.7.2",
"umi-request": "^1.0.5" "umi-request": "^1.0.5"
...@@ -123,7 +122,8 @@ ...@@ -123,7 +122,8 @@
"tslint": "^5.12.1", "tslint": "^5.12.1",
"tslint-config-prettier": "^1.17.0", "tslint-config-prettier": "^1.17.0",
"tslint-react": "^3.6.0", "tslint-react": "^3.6.0",
"umi-plugin-ga": "^1.1.3" "umi-plugin-ga": "^1.1.3",
"serverless-http": "^1.9.1"
}, },
"optionalDependencies": { "optionalDependencies": {
"puppeteer": "^1.12.1" "puppeteer": "^1.12.1"
......
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