Skip to content

Commit

Permalink
feat: update babel to v7
Browse files Browse the repository at this point in the history
this enables support of newer features like optional chaining
  • Loading branch information
raphaelbs committed Aug 25, 2022
1 parent d582dd8 commit 6a86084
Show file tree
Hide file tree
Showing 3 changed files with 8,745 additions and 10,086 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"plugins": ["transform-async-to-generator"]
"presets": [["@babel/preset-env", { "targets": { "node": "current" } }]]
}

0 comments on commit 6a86084

Please sign in to comment.