Skip to content

Commit

Permalink
Add Babel with support for Node v12.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Sep 9, 2022
1 parent 74da04a commit 251c423
Show file tree
Hide file tree
Showing 4 changed files with 7,018 additions and 3,296 deletions.
14 changes: 14 additions & 0 deletions babel.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "12"
},
"useBuiltIns": "usage",
"corejs": "3.25"
}
]
]
}
Loading

0 comments on commit 251c423

Please sign in to comment.