Skip to content

Commit

Permalink
chore: import vitePreprocess from @sveltejs/vite-plugin-svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
indaco committed Dec 18, 2023
1 parent 3e5574d commit 235e019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import adapter from '@sveltejs/adapter-auto';
import { vitePreprocess } from '@sveltejs/kit/vite';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';

/** @type {import('@sveltejs/kit').Config} */
const config = {
Expand Down

0 comments on commit 235e019

Please sign in to comment.