diff --git a/vite.config.js b/vite.config.js index d043ec83..248ef4f7 100644 --- a/vite.config.js +++ b/vite.config.js @@ -9,11 +9,6 @@ const commonConfig = { esbuildOptions: {}, }, plugins: [react()], - babel: { - plugins: [ - ['@babel/plugin-transform-react-jsx', { runtime: 'automatic' }], - ] - }, build: { chunkSizeWarningLimit: 100000000, rollupOptions: {