Updated to match latest svelte-create options

This commit is contained in:
Nik
2023-01-19 13:11:16 +11:00
parent f53d6c4e9b
commit 68852963e3
6 changed files with 25 additions and 50 deletions

View File

@@ -1,5 +1,5 @@
import adapter from '@sveltejs/adapter-auto';
import preprocess from 'svelte-preprocess';
import { vitePreprocess } from '@sveltejs/kit/vite';
import path from 'path';
/** @type {import('@sveltejs/kit').Config} */
@@ -7,7 +7,7 @@ const config = {
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
preprocess: [
preprocess({
vitePreprocess({
postcss: true
})
],