-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
feat: support Rolldown #13747
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
+453
−465
Merged
feat: support Rolldown #13747
Changes from all commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
cebc7fa
try these
eltigerchino d3f5f87
try disable native plugins
eltigerchino 3308e95
fix
eltigerchino e800190
more fixes
eltigerchino 5bc5cc6
revert this part
eltigerchino 80cbf3a
fix lint errors
eltigerchino 8ab56f2
inline dynamic imports when creating single chunk
eltigerchino 5c21ac3
thank you sapphi-red!
eltigerchino 3fd65a2
allow rolldown build script
eltigerchino 69b80d2
fix single bundle
eltigerchino 9cd1325
add todo
eltigerchino 76e8611
conditionally rename service worker to mjs
eltigerchino c5e4bea
merge main
benmccann 4f666d8
preserveEntrySignatures
benmccann e1bde9d
Merge branch 'main' into rolldown
eltigerchino 950ccb8
remove expect error
eltigerchino 85ef7da
change to rolldown types
eltigerchino 5ee6e9d
oops
eltigerchino fcddf95
Merge branch 'main' into rolldown
eltigerchino 90bde1e
Update packages/kit/src/exports/vite/index.js
eltigerchino 9ddde7c
Merge branch 'main' into rolldown
eltigerchino 437af20
format
eltigerchino 020704a
upgrade vps
eltigerchino 8f44efd
add todo to client config too
eltigerchino f54548e
update vite and fix lint errors
eltigerchino 5dc3c16
remove rolldown check for minify
eltigerchino 378c051
bump rolldown-vite
eltigerchino b92bae1
bump rolldown-vite
eltigerchino cdcd915
require node 20.19.2 or newer
eltigerchino b5e1e46
Revert "require node 20.19.2 or newer"
eltigerchino e0cdeac
Update packages/kit/test/apps/basics/test/client.test.js
eltigerchino 547907b
add rolldown check for warning code
eltigerchino 3802f31
the vite team is fast and amazing
eltigerchino 78ec612
fix types
eltigerchino e3db0ec
remove rolldown types
eltigerchino fc4d196
add native plugin issue to comment
eltigerchino 2e5b2f5
changeset
eltigerchino 1c73c93
remove rolldown override
eltigerchino d501134
oopsie forgot one
eltigerchino 2579931
expect ts error
eltigerchino af08235
ugh forgot this one because I had build excluded in my search
eltigerchino fef086e
last one
eltigerchino c0cf4ba
revert
eltigerchino 0a3ed62
try fixing lockfile
benmccann 48bfac4
Update .changeset/nine-ads-tease.md
benmccann c3d2e95
revert typescript from 5.8.3 to 5.6.3
eltigerchino File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@sveltejs/kit': minor | ||
--- | ||
|
||
feat: add support for Rolldown. See https://vite.dev/guide/rolldown.html#how-to-try-rolldown for details about how to try it. You will also need `vite-plugin-svelte@^6.0.0-next.0` and `vite@^7.0.0-beta.0`. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,6 +38,7 @@ | |
"pnpm": { | ||
"onlyBuiltDependencies": [ | ||
"esbuild", | ||
"rolldown", | ||
"sharp", | ||
"svelte-preprocess", | ||
"workerd" | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.