Skip to content

Commit

Permalink
fix: update babel
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickleet committed Oct 20, 2021
1 parent 71af678 commit 2c77e65
Show file tree
Hide file tree
Showing 3 changed files with 13,786 additions and 17,828 deletions.
5 changes: 2 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"presets": [
["env", {
["@babel/preset-env", {
"targets": {
"node": "current"
}
Expand All @@ -9,7 +9,6 @@
"plugins": [
["module-resolver", {
"root": ["./src"]
}],
["transform-object-rest-spread"]
}]
]
}

0 comments on commit 2c77e65

Please sign in to comment.