Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Commit

Permalink
downgrade to core-js@2 until zloirock/core-js#513 is sorted
Browse files Browse the repository at this point in the history
  • Loading branch information
klarstrup committed Mar 26, 2019
1 parent 3e4bcd1 commit e196ac1
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 18 deletions.
28 changes: 14 additions & 14 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"browsers": ["> 3%", "IE 11"],
"node": 8
},
"corejs": 3,
"modules": false,
"debug": true,
"useBuiltIns": "usage"
}
"presets": [
[
"@babel/preset-env",
{
"targets": {
"browsers": ["> 3%", "IE 11"],
"node": 8
},
"corejs": 2,
"debug": true,
"exclude": ["transform-typeof-symbol"],
"useBuiltIns": "usage"
}
]
]
]
}
14 changes: 11 additions & 3 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 @@ -62,7 +62,7 @@
},
"homepage": "https://github.com/shopgun/verso-browser#readme",
"dependencies": {
"core-js": "^3.0.0",
"core-js": "^2.6.5",
"microevent": "^1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit e196ac1

Please sign in to comment.