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 committed Dec 9, 2022
1 parent 8ae9b92 commit df7641b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 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,10 @@ 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-build',
'vite-plugin-sveltekit-middleware',
],
}
},
Expand Down

0 comments on commit df7641b

Please sign in to comment.