Skip to content
This repository was archived by the owner on Mar 14, 2021. It is now read-only.

Commit ed750c7

Browse files
author
Andrey Okonetchnikov
committed
fix: Remove useBuiltIns from babel config to fix warnings
1 parent 5b460a9 commit ed750c7

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.babelrc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
"@babel/env",
66
{
77
"modules": false,
8-
"useBuiltIns": "usage",
9-
"corejs": 3
108
}
119
],
1210
"@babel/react",

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"@emotion/styled": "^10.0.11",
3434
"@mdx-js/react": "^1.0.20",
3535
"clipboard-copy": "^3.0.0",
36-
"core-js": "^3.1.3",
3736
"lodash": "^4.17.11",
3837
"polished": "^3.4.0",
3938
"prop-types": "^15.7.2",

0 commit comments

Comments
 (0)