Skip to content

Commit 529b0a6

Browse files
authored
feat(create-vite): add preprocess to sveltejs template (#11600)
1 parent 691e432 commit 529b0a6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)