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

Commit

Permalink
fix(babel): upgraded corejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanGerbeth committed Aug 3, 2019
1 parent defb147 commit dab7f25
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[
"@babel/preset-env",
{
"corejs": "2",
"corejs": "3",
"useBuiltIns": "usage"
}
]
Expand All @@ -19,7 +19,7 @@
[
"@babel/preset-env",
{
"corejs": "2",
"corejs": "3",
"useBuiltIns": "usage"
}
],
Expand Down
27 changes: 23 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,8 @@
"nyc": "^14.1.1",
"rimraf": "^2.6.3",
"semantic-release": "^15.13.19"
},
"dependencies": {
"core-js": "^3.1.4"
}
}

0 comments on commit dab7f25

Please # to comment.