modification version js

This commit is contained in:
2026-05-20 11:28:20 +02:00
parent 9a402b0b34
commit 5efd4dcf35
3 changed files with 3 additions and 15 deletions
+1 -3
View File
@@ -1,11 +1,9 @@
import { defineConfig } from 'vite'
import react, { reactCompilerPreset } from '@vitejs/plugin-react'
import babel from '@rolldown/plugin-babel'
import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [
react(),
babel({ presets: [reactCompilerPreset()] })
],
})