Skip to content

Commit

Permalink
change babel config
Browse files Browse the repository at this point in the history
  • Loading branch information
antopalidi committed Nov 30, 2023
1 parent e03043f commit e0be7f0
Show file tree
Hide file tree
Showing 3 changed files with 2,058 additions and 1,502 deletions.
13 changes: 12 additions & 1 deletion babel.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"forceAllTransforms": true,
"useBuiltIns": "entry",
"corejs": 3,
"modules": false
"modules": false,
"loose": true
}
],
["@babel/preset-react"]
Expand All @@ -25,6 +26,16 @@
{
"async": false
}
],
[
"@babel/plugin-transform-private-property-in-object", {
"loose": true
}
],
[
"@babel/plugin-transform-private-methods", {
"loose": true
}
]
]
}
Loading

0 comments on commit e0be7f0

Please sign in to comment.