Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
fix(babel): extended preset-env options
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanGerbeth committed Aug 3, 2019
1 parent dab7f25 commit 2382f57
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
[
"@babel/preset-env",
{
"corejs": "3",
"targets": {
"browsers": [
"last 2 versions",
"ie >= 11"
],
},
"corejs": "3.1.4",
"useBuiltIns": "usage"
}
]
Expand All @@ -19,7 +25,13 @@
[
"@babel/preset-env",
{
"corejs": "3",
"targets": {
"browsers": [
"last 2 versions",
"ie >= 11"
],
},
"corejs": "3.1.4",
"useBuiltIns": "usage"
}
],
Expand Down

0 comments on commit 2382f57

Please # to comment.