-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
update snowpack to v3.0 #321
Conversation
thank you @FredKSchott! and congrats on 3.0 🎉 as mentioned in FredKSchott/snowpack#2260, I'm slightly unclear on the file renaming rules — another thing that I've noticed is that sometimes component imports become |
Hmm, |
@FredKSchott if you just comment out these lines... kit/packages/kit/src/api/dev/loader.js Line 48 in eac3225
kit/packages/kit/src/api/dev/index.js Line 133 in eac3225
...then try to |
Found the issue: #323 |
Before submitting the PR, please make sure you do the following
snowpack.getESMRuntime()
. LMK if you'd like me to update SvelteKit to use that implementation and get rid of the customloader.js
that you all have here.Tests
foo.js
instead of the new v3.0foo.svelte.js
. I looked around for where that was happening, but couldn't find it. @Rich-Harris And ideas?