Skip to content

Commit

Permalink
Move babel config to separate file
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Feb 28, 2024
1 parent 77a105a commit a2ef39e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .babelrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"plugins": [
"@babel/plugin-transform-class-properties",
"@babel/plugin-transform-object-rest-spread"
],
"presets": [
[
"@babel/preset-env",
{
"modules": false
}
],
"@babel/preset-react"
]
}

0 comments on commit a2ef39e

Please sign in to comment.