Skip to content

support rolldown in node-adapter #13845

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

Open
TorstenDittmann opened this issue May 31, 2025 · 0 comments
Open

support rolldown in node-adapter #13845

TorstenDittmann opened this issue May 31, 2025 · 0 comments

Comments

@TorstenDittmann
Copy link
Contributor

TorstenDittmann commented May 31, 2025

Describe the problem

Now with https://voidzero.dev/posts/announcing-rolldown-vite being a thing, i am trying to adopt rolldown in my svelte kit application and it required me to change the node-adapter, by replacing rollup + plugins with just rolldown for the sweet extra performance.

Describe the proposed solution

Not sure what the best solution would be here:

  • giving the user an option to choose between rollup/rolldown
  • create a preview version that replaces rollup with rolldown (would make most sense to me)
  • create a separate adapter using rolldown

Alternatives considered

Using a patched version of the node-adapter for now.

TorstenDittmann#1

This is what I have been using, more than happy to raise the PR against the rolldown branch for #13747 if there is interest 👍🏻

Importance

nice to have

Additional Information

No response

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

No branches or pull requests

1 participant