-
-
Notifications
You must be signed in to change notification settings - Fork 47
chore: use rolldown-vite (testing-only) #606
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
Conversation
|
commit: |
"@sveltejs/adapter-auto": "^6.0.0", | ||
"@sveltejs/kit": "^2.16.0", | ||
"@sveltejs/vite-plugin-svelte": "^5.0.0", | ||
"@sveltejs/adapter-auto": "^4.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are probably not meant to be downgraded?
@@ -8,8 +8,8 @@ | |||
"prepare": "svelte-kit sync || echo ''", | |||
"prepack": "svelte-kit sync && svelte-package && publint" | |||
}, | |||
"files": ["dist", "!dist/**/*.test.*", "!dist/**/*.spec.*"], | |||
"sideEffects": ["**/*.css"], | |||
"files": [ "dist", "!dist/**/*.test.*", "!dist/**/*.spec.*" ], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd probably not add the spaces here
Closing, as this is not meant to be merged. Was just a rather successfull experiment |
This is not meant to be merged or anything. Just trying to see if any of the integrations breaks with this, or if everything still works.