You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm going to close this since it's an issue in Vite and there's nothing we can do about it in SvelteKit. I think it will be fixed in Vite 5 as this sounds like vitejs/vite#14521
Describe the bug
when running
vite dev
it prints{a: 1}
. when runningvite build
it prints{ default: { a: 1 } }
Reproduction
https://github.com/DetachHead/sveltekit-issue/tree/d724513ed294e55a237241fb371e815ab3c9f923
Logs
No response
System Info
Severity
serious, but I can work around it
Additional Information
dependencies
inpackage.json
moduleResolution: bundler
diverges from bundlers following node semantics in regards todefault
import microsoft/TypeScript#54102The text was updated successfully, but these errors were encountered: