Skip to content

Commit

Permalink
fix(plugin-svelte): update ignored sveltekit plugins (fix histoire-de…
Browse files Browse the repository at this point in the history
  • Loading branch information
vnphanquang authored and Quang Phan committed Dec 12, 2022
1 parent 62b3fd5 commit 064eedd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/histoire-plugin-svelte/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ export function HstSvelte (): Plugin {
},
},
viteIgnorePlugins: [
'vite-plugin-svelte-kit',
// svelte-kit vite plugins
// reference: https://github.com/sveltejs/kit/blob/master/packages/kit/src/exports/vite/index.js
'vite-plugin-sveltekit-compile',
],
}
},
Expand Down

0 comments on commit 064eedd

Please sign in to comment.