Skip to content

Commit

Permalink
Fix broken Preprocess link (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrothberg committed Sep 16, 2022
1 parent 8d441cb commit 9a7115f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config.md
Expand Up @@ -98,7 +98,7 @@ These options are specific to the Svelte compiler and are generally shared acros

### preprocess

- **Type:** `PreprocessorGroup | PreprocessorGroup[]` - See [svelte.preprocess](https://svelte.dev/docs#svelte_preprocess)
- **Type:** `PreprocessorGroup | PreprocessorGroup[]` - See [svelte.preprocess](https://svelte.dev/docs#compile-time-svelte-preprocess)

An array of preprocessors to transform the Svelte source code before compilation.

Expand Down

0 comments on commit 9a7115f

Please sign in to comment.