Skip to content

Commit 3db4bb8

Browse files
committed
docs(config): remove useVitePreprocess caveat
1 parent 0c3be35 commit 3db4bb8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/config.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,6 @@ export default defineConfig({
193193

194194
Use extra preprocessors that delegate style and TypeScript preprocessing to native Vite plugins. Do not use together with `svelte-preprocess`!
195195

196-
> Caveat: For TypeScript preprocessing to work, `esbuild.tsconfigRaw.compilerOptions.importsNotUsedAsValues` will be set to `preserve` to safely transpile TypeScript. This requires the entire codebase's Typescript code to only use `import type` when importing types, otherwise the codebase would break.
197-
198196
### generateMissingPreprocessorSourcemaps
199197

200198
- **Type:** `boolean`

0 commit comments

Comments
 (0)