We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e54e25f commit 2a2c8a4Copy full SHA for 2a2c8a4
packages/create-vite/template-svelte-ts/svelte.config.js
@@ -1,8 +1,2 @@
1
-import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
2
-
3
/** @type {import("@sveltejs/vite-plugin-svelte").SvelteConfig} */
4
-export default {
5
- // Consult https://svelte.dev/docs#compile-time-svelte-preprocess
6
- // for more information about preprocessors
7
- preprocess: vitePreprocess(),
8
-}
+export default {}
packages/create-vite/template-svelte/svelte.config.js
0 commit comments