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
Copy file name to clipboardExpand all lines: docs/config.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ These options are specific to the Svelte compiler and are generally shared acros
92
92
93
93
### compilerOptions
94
94
95
-
-**Type:**`CompileOptions` - See [svelte.compile](https://svelte.dev/docs#svelte_compile)
95
+
-**Type:**`CompileOptions` - See [svelte.compile](https://svelte.dev/docs#compile-time-svelte-compile)
96
96
97
97
The options to be passed to the Svelte compiler. A few options are set by default, including `dev` and `css`. However, some options are non-configurable, like `filename`, `format`, `generate`, and `cssHash` ([in dev](./faq.md#why-cant-csshash-be-set-in-development-mode)).
0 commit comments