Skip to content

Commit 45314f2

Browse files
author
Guillaume Tournier
committed
remove core-js
1 parent 419f39f commit 45314f2

File tree

7 files changed

+513
-1017
lines changed

7 files changed

+513
-1017
lines changed

Diff for: .babelrc

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
11
{
2-
"presets": [
3-
"@babel/preset-react",
4-
[
5-
"@babel/preset-env",
6-
{
7-
"useBuiltIns": "usage",
8-
"corejs": "2"
9-
}
10-
]
11-
]
2+
"presets": ["@babel/preset-react", ["@babel/preset-env", {}]]
123
}

0 commit comments

Comments
 (0)