Skip to content

Commit

Permalink
Update config.md to include link to ModuleCompileOptions (#1017)
Browse files Browse the repository at this point in the history
* Update config.md to include link to ModuleCompileOptions

As discussed here:
#1016

* format

---------

Co-authored-by: Conduitry <git@chor.date>
  • Loading branch information
ptrxyz and Conduitry authored Nov 4, 2024
1 parent fc7ea74 commit 8c8f837
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8c8f837

Please sign in to comment.