This commit is contained in:
2026-05-10 17:51:54 +02:00
parent 8cbc39ed98
commit be373a0915
13 changed files with 28 additions and 450 deletions
+2 -1
View File
@@ -8,6 +8,7 @@ import tailwindcss from '@tailwindcss/vite'
export default defineConfig({
plugins: [
react(),
babel({ presets: [reactCompilerPreset(), tailwindcss()] })
tailwindcss(),
babel({ presets: [reactCompilerPreset()] }),
],
})