Skip to content

Commit

Permalink
chore: setup svelte preprocess
Browse files Browse the repository at this point in the history
  • Loading branch information
bitomic committed Mar 20, 2023
1 parent edde7aa commit ed9583b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import adapter from '@sveltejs/adapter-auto'
import { vitePreprocess } from '@sveltejs/kit/vite'
import preprocess from 'svelte-preprocess'

/** @type {import('@sveltejs/kit').Config} */
const config = {
preprocess: vitePreprocess(),
preprocess: preprocess(),

kit: {
adapter: adapter()
Expand Down

0 comments on commit ed9583b

Please sign in to comment.