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