We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a5b65c commit 1264ae5Copy full SHA for 1264ae5
.changeset/violet-donuts-share.md
@@ -0,0 +1,5 @@
1
+---
2
+'@sveltejs/kit': patch
3
4
+
5
+add declaration for vitePreprocess reexport
packages/kit/types/ambient.d.ts
@@ -434,4 +434,5 @@ declare module '@sveltejs/kit/vite' {
434
* Returns the SvelteKit Vite plugins.
435
*/
436
export function sveltekit(): Promise<Plugin[]>;
437
+ export { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
438
}
0 commit comments