Upgrade Vite from 6.4.2 to 8.0.8
Vite 8 ships Rolldown as its Rust-based bundler, replacing esbuild+Rollup. Removed the esbuild override from pnpm-workspace.yaml since Vite 8 no longer uses esbuild for bundling. All plugins (@react-router/dev, @tailwindcss/vite, @sentry/vite-plugin, @vitejs/plugin-basic-ssl) support Vite 8. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
d7db09f13e
commit
06949fc7b5
2 changed files with 302 additions and 28 deletions
|
|
@ -14,11 +14,8 @@ catalog:
|
|||
tailwindcss: ^4.1.7
|
||||
"@tailwindcss/vite": ^4.1.7
|
||||
typescript: ^5.8.3
|
||||
vite: ^6.4.2
|
||||
vite: ^8.0.8
|
||||
drizzle-orm: ^0.45.2
|
||||
drizzle-kit: ^0.31.0
|
||||
drizzle-postgis: ^1.1.0
|
||||
postgres: ^3.4.9
|
||||
|
||||
overrides:
|
||||
esbuild: ">=0.25.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue