Link to list of community preprocessors

pull/4817/head
Ben McCann 5 years ago
parent c743e72a1e
commit c5cbbd4ec4

@ -183,6 +183,10 @@ const ast = svelte.parse(source, { filename: 'App.svelte' });
### `svelte.preprocess` ### `svelte.preprocess`
A number of [community-maintained preprocessing plugins](https://github.com/sveltejs/integrations#preprocessors) are available to allow you to use Svelte with tools like TypeScript, PostCSS, SCSS, and Less.
You can write your own preprocessor using the `svelte.preprocess` API.
```js ```js
result: { result: {
code: string, code: string,

Loading…
Cancel
Save