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
chore: add note that svelte.config.ts support in vps is just the start (#1148)
* chore: add note that svelte.config.ts support in vps is just the start
* chore: fix case
* chore: more case fixes
* Update .changeset/tall-rivers-sleep.md
Co-authored-by: Rich Harris <[email protected]>
---------
Co-authored-by: Rich Harris <[email protected]>
Copy file name to clipboardExpand all lines: .changeset/tall-rivers-sleep.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,9 @@
2
2
'@sveltejs/vite-plugin-svelte': minor
3
3
---
4
4
5
-
add support for loading typescript svelte config files in runtimes that support it
5
+
add support for loading TypeScript Svelte config files in runtimes that support it
6
+
7
+
> [! NOTE]
8
+
> This change only applies to vite-plugin-svelte.
9
+
>
10
+
> To use `svelte.config.ts` in SvelteKit, with the Svelte VS Code extension or other tools reading the Svelte config file, you have to wait until support is implemented there.
0 commit comments