Open
Conversation
|
3b97287 to
3aa89a2
Compare
Contributor
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
58e4118 to
4c538e8
Compare
juslintek
added a commit
to juslintek/qwik
that referenced
this pull request
Mar 31, 2026
Cherry-picked from QwikDev/qwik PR QwikDev#8379 (rolldown-vite-support branch). Applied onto current build/v2. Key changes: - Detect Rolldown via this.meta.rolldownVersion in vite plugin - Use codeSplitting instead of manualChunks for Rolldown - Maintain clientSegments Map as workaround for missing module.meta - Preserve raw capture expressions for .w() calls - Remove clearTransitiveDeps from bundle-graph (needed for Rolldown)
juslintek
added a commit
to juslintek/qwik
that referenced
this pull request
Mar 31, 2026
Cherry-picked from QwikDev/qwik PR QwikDev#8379 (rolldown-vite-support branch). Applied onto current build/v2. Key changes: - Detect Rolldown via this.meta.rolldownVersion in vite plugin - Use codeSplitting instead of manualChunks for Rolldown - Maintain clientSegments Map as workaround for missing module.meta - Preserve raw capture expressions for .w() calls (Rolldown inlines captures) - Remove clearTransitiveDeps from bundle-graph (needed for Rolldown) - Add rolldownOptions input detection alongside rollupOptions Tested against Utilio (Qwik 2 + Vite 8.0.3 + Rolldown 1.0.0-rc.12): - vite build (client): passes - vite build --ssr src/entry.preview.tsx: passes (was broken before) - vite preview: serves correctly
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.
What is it?
Description
Checklist
pnpm change