feat: upgrade to Vite 8, Rolldown RC5, and latest React experimental#310
Merged
feat: upgrade to Vite 8, Rolldown RC5, and latest React experimental#310
Conversation
|
✅ Documentation preview deployed to: https://react-server-docs-iph8b3kfm-lazarv-team.vercel.app |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upgrade to Vite 8, Rolldown RC5, and latest React experimental
This PR migrates the entire framework from
rolldown-vite7.3.0 to the official Vite 8.0.0-beta.15 (which integrates Rolldown natively) and updates all related dependencies.Key changes
Dependency upgrades
rolldown-vite@7.3.0→vite@8.0.0-beta.15— all imports changed fromrolldown-vitetovite1.0.0-beta.53→1.0.0-rc.57dc903cd-20251203→ab18f33d-20260220Vite 8 / Rolldown API migration
advancedChunks→codeSplittingin all build configs (client, server, edge)inlineDynamicImports: true→codeSplitting: false(edge build)rolldownOptions.checks.pluginTimingssupport gated behindROLLDOWN_PLUGIN_TIMINGSenv varrolldown-vitetoviteversion string matchingcodeSplittinginstead ofadvancedChunkscodeSplittingandadvancedChunksgroupsManifest / build adjustments
isDynamicEntrycheck (onlyisEntryneeded)create-react-serverscaffolding updated for new Vite versionDev server and loaders
createServer/createLoggerimports migrated fromrolldown-vitetoviteTest and docs
vitestSetup.mjs) and test dependencies updatedtsconfig.jsonpath alias cleanup27 files changed across the monorepo