upgraded react to v19 (#232)

This commit is contained in:
Marco Piovanello
2024-12-12 09:49:20 +01:00
committed by GitHub
parent f29d719df0
commit ac077ea1e1
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(),
],