Skip to content

Commit

Permalink
Use corejs 3
Browse files Browse the repository at this point in the history
  • Loading branch information
josephfrazier authored and slevithan committed Jan 30, 2020
1 parent e5a5bbe commit 2662b2b
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[
"@babel/plugin-transform-runtime",
{
"corejs": 2,
"corejs": 3,
},
],
"add-module-exports",
Expand Down
55 changes: 37 additions & 18 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.2.3",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-array-includes": "^2.0.3",
Expand Down

0 comments on commit 2662b2b

Please sign in to comment.