chore: upgrade Vite to v8 and update React plugins
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import { tanstackStart } from '@tanstack/react-start/plugin/vite'
|
||||
import react from '@vitejs/plugin-react-swc'
|
||||
import react from '@vitejs/plugin-react'
|
||||
import { defineConfig } from 'vite'
|
||||
import tsConfigPaths from 'vite-tsconfig-paths'
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [tsConfigPaths(), tanstackStart(), react()]
|
||||
resolve: {
|
||||
tsconfigPaths: true
|
||||
},
|
||||
plugins: [tanstackStart(), react()]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user