diff --git a/docs/config.md b/docs/config.md index f13c055cb..707dab60a 100644 --- a/docs/config.md +++ b/docs/config.md @@ -148,6 +148,8 @@ These options are specific to the Svelte compiler and are generally shared acros }); ``` + In addition, Svelte 5's compiler interface also provides a way to filter warnings using the `warningFilter` setting as described in [Svelte 5's docs](https://svelte.dev/docs/svelte/svelte-compiler#ModuleCompileOptions). + ## Plugin options These options are specific to the Vite plugin itself.