Skip to content

feat(create-vite): make vitePreprocess not the default in svelte#21637

Merged
sapphi-red merged 1 commit intovitejs:mainfrom
KTibow:patch-2
Feb 16, 2026
Merged

feat(create-vite): make vitePreprocess not the default in svelte#21637
sapphi-red merged 1 commit intovitejs:mainfrom
KTibow:patch-2

Conversation

@KTibow
Copy link
Contributor

@KTibow KTibow commented Feb 13, 2026

vitePreprocess isn't needed in most projects: https://svelte.dev/docs/kit/integrations#:~:text=TypeScript%20is%20supported%20natively%20in%20Svelte%205%2C%20so%20if%20you%20are%20using%20Svelte%205%20and%20you%20don%E2%80%99t%20need%20to%20use%20advanced%20TypeScript%20features%20that%20emit%20code%2C%20you%20probably%20don%E2%80%99t%20need%20to%20use%20vitePreprocess%2E

it was removed from SvelteKit templates: sveltejs/cli#876

this PR removes it. (config isn't entirely removed to allow for discovery and to prevent [vite-plugin-svelte] no Svelte config found at [path] - using default configuration.)

@sapphi-red sapphi-red changed the title chore(create-vite): make vitePreprocess not the default in svelte feat(create-vite): make vitePreprocess not the default in svelte Feb 16, 2026
@sapphi-red sapphi-red added the feat: create-vite create-vite package label Feb 16, 2026
@sapphi-red sapphi-red merged commit 2a2c8a4 into vitejs:main Feb 16, 2026
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat: create-vite create-vite package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants