Skip to content

Commit

Permalink
chore: fix babelrc corejs config (#1453)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir authored Jun 25, 2020
1 parent f9688b3 commit a05c605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"modules": false,
"useBuiltIns": "entry",
"core-js": 3,
"corejs": 3,
}
],
"@babel/preset-react"
Expand Down

0 comments on commit a05c605

Please sign in to comment.