Skip to content

Commit

Permalink
perf: babel useBuiltIns: 'usage' replace @babel/polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidZORO committed May 8, 2020
1 parent 3091809 commit ee25c09
Show file tree
Hide file tree
Showing 4 changed files with 18,771 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/leaa-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"dependencies": {
"@apollo/react-hooks": "3.1.5",
"@apollo/react-ssr": "^3.1.5",
"@babel/polyfill": "7.8.7",
"@nestjs/common": "^7.0.9",
"@nestjs/core": "^7.0.9",
"@nestjs/graphql": "^7.3.7",
Expand Down
1 change: 0 additions & 1 deletion packages/leaa-dashboard/.babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module.exports = {
modules: false,
useBuiltIns: 'usage',
corejs: 3,
targets: { node: true },
},
],
['@babel/preset-react'],
Expand Down
1 change: 0 additions & 1 deletion packages/leaa-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"@ant-design/icons": "4.1.0",
"@apollo/react-hooks": "3.1.5",
"@apollo/react-ssr": "^3.1.5",
"@babel/polyfill": "7.8.7",
"animated-scroll-to": "^2.0.7",
"antd": "4.2.0",
"apollo-cache-inmemory": "^1.6.5",
Expand Down

0 comments on commit ee25c09

Please sign in to comment.