Skip to content
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions documentation/docs/14-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ const config = {
trailingSlash: 'never',
vite: () => ({})
},

// passed to vite-plugin-svelte (https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/config.md#onwarn)
onwarn: () => {},

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