This commit is contained in:
Julien Valverdé
2024-07-12 02:38:11 +02:00
parent fa6fe6772f
commit 30c4d909ff

View File

@@ -1,5 +1,5 @@
import { TanStackRouterVite } from "@tanstack/router-plugin/vite"
import { default as react, default as viteReact } from "@vitejs/plugin-react"
import react from "@vitejs/plugin-react"
import { defineConfig } from "vite"
@@ -7,7 +7,6 @@ import { defineConfig } from "vite"
export default defineConfig({
plugins: [
TanStackRouterVite(),
viteReact(),
react(),
]
})