Skip to content

Commit

Permalink
Update root babel config
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewesthad committed Feb 12, 2021
1 parent 15d5bb3 commit 99d6d52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions babel.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
[
"@babel/preset-env",
{
"targets": "> 0.25%, not dead, not ie 11",
"useBuiltIns": "usage",
"targets": "> 0.25%, not dead",
"corejs": 3
}
]
Expand All @@ -15,8 +15,8 @@
[
"@babel/preset-env",
{
"targets": "> 0.25%, not dead",
"modules": "commonjs",
"targets": "> 0.25%, not dead, not ie 11",
"useBuiltIns": "usage",
"corejs": 3
}
Expand Down

0 comments on commit 99d6d52

Please sign in to comment.