Skip to content

Commit

Permalink
Merge pull request #18 from qor/upgrade-babel
Browse files Browse the repository at this point in the history
Upgrade babel to 7.24.4
  • Loading branch information
jsthon authored Jun 3, 2024
2 parents 9d29f04 + 252367d commit cb24124
Show file tree
Hide file tree
Showing 4 changed files with 5,038 additions and 1,371 deletions.
6 changes: 4 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
'presets': ['es2015']
}
"presets": [
"@babel/preset-env"
]
}
Loading

0 comments on commit cb24124

Please sign in to comment.