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 17, 2024
1 parent e6f3908 commit fce244f
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 fce244f

Please sign in to comment.