Skip to content

Commit

Permalink
feat(create-vite): add preprocess to sveltejs template (vitejs#11600)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv authored and futurGH committed Feb 26, 2023
1 parent 88a17f7 commit 341c0bd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/create-vite/template-svelte/svelte.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'

export default {
// Consult https://svelte.dev/docs#compile-time-svelte-preprocess
// for more information about preprocessors
preprocess: vitePreprocess(),
}

0 comments on commit 341c0bd

Please sign in to comment.