Skip to content

Commit

Permalink
feat: add babel files
Browse files Browse the repository at this point in the history
  • Loading branch information
Stef-Rousset committed Sep 20, 2024
1 parent 90bb47f commit 2a32c42
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .babel.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"presets": [
[
"@babel/preset-env", {
"forceAllTransforms": true,
"useBuiltIns": "entry",
"corejs": 3,
"modules": false
}
],
],
"plugins": [
"@babel/plugin-proposal-private-property-in-object"
]
}
5 changes: 5 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"presets": [
"@babel/preset-env"
]
}

0 comments on commit 2a32c42

Please sign in to comment.