Skip to content

feat: experimental rolldown-vite support #1135

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Jun 13, 2025

Conversation

dominikg
Copy link
Member

@dominikg dominikg commented Jun 6, 2025

fixes #1117

the goal is that users can swap in npm:rolldown-vite for vite, vite-plugin-svelte detects it and it just works

  • add to test matrix
  • add detection
  • update config
  • transformWithEsbuild to transformWithOxc
  • esbuild optimizer plugin to rolldown optimizer

optional:

  • run build with both and diff output, make sure that there are no hidden changes

Sorry, something went wrong.

@dominikg dominikg force-pushed the feat/experimental-rolldown-support branch from 8ed9e8e to 67ab5ea Compare June 11, 2025 17:38
Copy link
Member

@dummdidumm dummdidumm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't really understand what's going on but it looks mostly good to me

dominikg added 4 commits June 12, 2025 14:42
…ook info to drive filter
… by reference instead of using Object.assign
dominikg and others added 2 commits June 13, 2025 13:13
…ns still referenced isScanner

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
@dominikg dominikg merged commit 7cd6064 into main Jun 13, 2025
7 of 8 checks passed
@dominikg dominikg deleted the feat/experimental-rolldown-support branch June 13, 2025 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vite-rolldown support
3 participants