Skip to content

Commit

Permalink
fix: simplify babel config
Browse files Browse the repository at this point in the history
  • Loading branch information
mman committed Oct 4, 2024
1 parent a75990c commit 7d33281
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions babel.config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"presets": [
["@babel/preset-react"], ["@babel/preset-env"]
["@babel/preset-react", { "runtime": "automatic" }], ["@babel/preset-env"]
],
"plugins": [
["@babel/plugin-transform-react-jsx", { "runtime": "automatic" }]
]
}
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-transform-react-jsx": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@coreui/coreui": "^5",
Expand Down

0 comments on commit 7d33281

Please sign in to comment.