We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09027ae commit b5beb44Copy full SHA for b5beb44
vite.config.ts
@@ -1,8 +1,7 @@
1
import * as fs from "node:fs";
2
-import babel from "@rolldown/plugin-babel";
3
import { devtools } from "@tanstack/devtools-vite";
4
import { tanstackRouter } from "@tanstack/router-plugin/vite";
5
-import react, { reactCompilerPreset } from "@vitejs/plugin-react";
+import react from "@vitejs/plugin-react";
6
import { defineConfig } from "vite";
7
import svgr from "vite-plugin-svgr";
8
import tauriConf from "./src-tauri/tauri.conf.json" with { type: "json" };
@@ -49,7 +48,7 @@ export default defineConfig({
49
48
autoCodeSplitting: !isDev,
50
}),
51
react(),
52
- babel({ presets: [reactCompilerPreset()] }),
+ // babel({ presets: [reactCompilerPreset()] }),
53
svgr(),
54
],
55
clearScreen: false,
0 commit comments