-
Notifications
You must be signed in to change notification settings - Fork 7
Update SvelteKit to Latest #10
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
base: main
Are you sure you want to change the base?
Conversation
silvestrevivo
left a comment
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.
@aeither thank you so much for this update. I think we should align the package.json with the official scaffold from SvelteKit ( scripts and packages versions ).
Another things like the alias, should be moved to the svelte.config.js file , look at the last updated documentation https://kit.svelte.dev/docs/configuration#alias
After that, please run npm run check to make sure there are no TS errors.
Thanks so much!!!!
silvestrevivo
left a comment
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.
@aeither please, can you update the package.json properly and aligned to the oficial scaffold? Please, look at the scrips and then at the packages versions. Thanks!!!
|
@silvestrevivo, I explained it in this line with link to the source. prettier-plugin-svelte is bundled in prettier-plugin-tailwindcss. prepare is redundant, the terminal asked me to remove it. The versions are changed back and I also run |
|
@aeither thank you so much for the explanation. I don't know why your text is not visible for me. Anyhow, I understand it much better. What I mean with the scripts from the package.json file, is that the The rest of the PR looks pretty great, thanks so much!!!!! |


Make scaffold compatible with latest routes breaking changes.
__ to +page.svelte
$app/env to $app/environment