diff --git a/backend/vite.config.ts b/backend/vite.config.ts index 355069a74..80161d45f 100644 --- a/backend/vite.config.ts +++ b/backend/vite.config.ts @@ -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 }], ] } }) diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 355069a74..80161d45f 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -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 }], ] } })