You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Uh oh!
There was an error while loading. Please reload this page.
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:
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
The text was updated successfully, but these errors were encountered: