Skip to content

Commit

Permalink
chore: fix pending Vite 5 Svelte plugin support
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Nov 23, 2023
1 parent 42d4a6e commit 5f265f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/svelte/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { defineConfig } from 'vite'
const currentDir = new URL('.', import.meta.url).pathname

export default defineConfig({
// @ts-expect-error: Vite 5 support pending
plugins: [sveltekit()],

// Custom alias for unlazy until Jiti issue is resolved
Expand Down

0 comments on commit 5f265f8

Please sign in to comment.