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
Bun can natively import TS files without any plugin needed. However, renaming svelte.config.js to svelte.config.ts makes the build (or dev server) fail.
Reproduction
mv svelte.config.js svelte.config.ts
Logs
The logs contain import failures mentioning my project files which I don't disclose (but does not mention import failure of `svelte.config.ts`).
Describe the bug
Bun can natively import TS files without any plugin needed. However, renaming
svelte.config.js
tosvelte.config.ts
makes the build (or dev server) fail.Reproduction
Logs
The logs contain import failures mentioning my project files which I don't disclose (but does not mention import failure of `svelte.config.ts`).
System Info
Severity
annoyance
Additional Information
No response
The text was updated successfully, but these errors were encountered: