Skip to content

Commit

Permalink
fix: remove unused core-js dependency to shrink the package by 80+%
Browse files Browse the repository at this point in the history
Breaking change: Shouldn't be a breaking change. Bumping major version as a precaution.
  • Loading branch information
gajus authored Jul 23, 2021
2 parents debc4e6 + f73bd09 commit ee7d160
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@
[
"@babel/env",
{
"corejs": "core-js@3",
"targets": {
"node": "12"
},
"useBuiltIns": "usage"
}
}
]
]
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
},
"dependencies": {
"boolean": "^3.0.1",
"core-js": "^3.6.5",
"es6-error": "^4.1.1",
"matcher": "^3.0.0",
"roarr": "^2.15.3",
Expand Down

0 comments on commit ee7d160

Please sign in to comment.