Skip to content

Commit 3f19848

Browse files
authored
Extend docs for useVitePreprocess (#276)
* Extend docs for `useVitePreprocess` * update a word
1 parent 6aac8e4 commit 3f19848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ export default defineConfig({
191191
- **Type:** `boolean`
192192
- **Default:** `false`
193193

194-
Use extra preprocessors that delegate style and TypeScript preprocessing to native Vite plugins. Do not use together with `svelte-preprocess`!
194+
Use extra preprocessors that delegate style and TypeScript preprocessing to native Vite plugins. TypeScript will be transformed with esbuild. Styles will be transformed using [Vite's CSS plugin](https://vitejs.dev/guide/features.html#css), which handles `@imports`, `url()` references, PostCSS, CSS Modules, and `.scss`/`.sass`/`.less`/`.styl`/`.stylus` files. Do not use together with TypeScript or style preprocessors from `svelte-preprocess` as attempts to transform the content twice will fail!
195195

196196
### prebundleSvelteLibraries
197197

0 commit comments

Comments
 (0)