Skip to content

Commit 6cff204

Browse files
author
Mlocik97
authored
[docs] add docs for vite-plugin-svelte (#2665)
1 parent 0ed86ab commit 6cff204

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

documentation/docs/14-configuration.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ const config = {
5555
trailingSlash: 'never',
5656
vite: () => ({})
5757
},
58+
59+
// SvelteKit uses vite-plugin-svelte. Its options can be provided directly here.
60+
// See the available options at https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/config.md
5861

5962
// options passed to svelte.preprocess (https://svelte.dev/docs#svelte_preprocess)
6063
preprocess: null

0 commit comments

Comments
 (0)