We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3241bd + 8d610fd commit 809100aCopy full SHA for 809100a
src/preset.ts
@@ -42,3 +42,5 @@ export const experimental_indexers: StorybookConfig['experimental_indexers'] = (
42
) => {
43
return [createIndexer(options.legacyTemplate ?? false), ...(indexers || [])];
44
};
45
+
46
+export const optimizeViteDeps = ['@storybook/addon-svelte-csf'];
0 commit comments