Skip to content

support rolldown in node-adapter #13845

Open
Open
@TorstenDittmann

Description

@TorstenDittmann

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions