Skip to content

Commit

Permalink
Disable sveld until Svelte 5 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
techniq committed Jul 31, 2024
1 parent 411990d commit 6feac82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelte-ux/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { sveltekit } from '@sveltejs/kit/vite';
import { sveld } from './src/lib/plugins/vite.js';

export default defineConfig({
plugins: [sveltekit(), sveld()],
plugins: [sveltekit() /*, sveld()*/],
test: {
include: ['src/**/*.{test,spec}.{js,ts}'],
deps: {
Expand Down

0 comments on commit 6feac82

Please sign in to comment.