How to build with rolldown-vite? #14193
Answered
by
teemingc
alexbjorlig
asked this question in
Q&A
|
We have a large Sveltekit application, so it would be nice with faster builds. Currently, it takes around 2 minutes and 45 seconds to build. Now I'm trying to test out But I don't think it's actually working, because buildtime is not improved. Is there anything else that must be configured to use vite rolldown? |
Answered by
teemingc
Aug 14, 2025
Replies: 2 comments 7 replies
|
@eltigerchino is there something we have to configure to try rolldown, or is it not supported yet? |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Alex. It should be as simple as https://vite.dev/guide/rolldown.html#how-to-try-rolldown like what you've done already. However, it also helps if you have the latest versions of SvelteKit and vite-plugin-svelte which enable support for Rolldown. At the very least, you should have
@sveltejs/kit@2.23.0andvite-plugin-svelte@6.0.0See #13738 for remaining issues