cleaning up Svelte 4 leftovers
This commit is contained in:
@@ -5,7 +5,7 @@ import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
|
||||
const config = {
|
||||
// Consult https://kit.svelte.dev/docs/integrations#preprocessors
|
||||
// for more information about preprocessors
|
||||
preprocess: vitePreprocess(),
|
||||
preprocess: vitePreprocess({ script: true }),
|
||||
compilerOptions: {
|
||||
runes: true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user