Skip to content

Commit

Permalink
add babel transpilation
Browse files Browse the repository at this point in the history
  • Loading branch information
pokornyd committed Apr 18, 2024
1 parent 8483e2a commit 4823111
Show file tree
Hide file tree
Showing 3 changed files with 9,117 additions and 6,492 deletions.
9 changes: 9 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"presets": [
["@babel/preset-env", {
"targets": "> 0.25%, not dead",
"useBuiltIns": "usage",
"corejs": 3.37
}]
]
}
Loading

0 comments on commit 4823111

Please sign in to comment.