Skip to content

Commit

Permalink
Update vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Dec 23, 2024
1 parent f85dfd1 commit 160d93b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default ({ mode }: { mode: string }) => {
babel: {
plugins: [
['@babel/plugin-transform-runtime'],
// ['babel-plugin-react-compiler', { optimize: true, target: '19' }],
// ['babel-plugin-react-compiler', { optimize: true }],
]
}
})
Expand Down
2 changes: 1 addition & 1 deletion frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default ({ mode }: { mode: string }) => {
babel: {
plugins: [
['@babel/plugin-transform-runtime'],
// ['babel-plugin-react-compiler', { optimize: true, target: '19' }],
// ['babel-plugin-react-compiler', { optimize: true }],
]
}
})
Expand Down

0 comments on commit 160d93b

Please sign in to comment.