upgraded react to v19

This commit is contained in:
2024-12-12 09:38:37 +01:00
parent f29d719df0
commit 5a47c2d3d8
3 changed files with 612 additions and 1085 deletions

View File

@@ -1,12 +1,10 @@
import react from '@vitejs/plugin-react-swc'
import million from 'million/compiler'
import ViteYaml from '@modyfi/vite-plugin-yaml'
import { defineConfig } from 'vite'
export default defineConfig(() => {
return {
plugins: [
million.vite({ auto: true }),
react(),
ViteYaml(),
],