Skip to content

Commit

Permalink
feat(create-vite): add preprocess to sveltejs template (#11600)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv committed Jan 5, 2023
1 parent 691e432 commit 529b0a6
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 529b0a6

Please sign in to comment.