Skip to content

Commit 8fbbc04

Browse files
committed
fix storybook build by excluding renamed unplugin-dts plugin
1 parent d774a0c commit 8fbbc04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.storybook/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const config: StorybookConfig = {
2323
async viteFinal(config) {
2424
// This will remove vite-plugin-dts from your storybook build
2525
config.plugins = await withoutVitePlugins(config.plugins, [
26-
'vite:dts',
26+
'unplugin-dts',
2727
]);
2828

2929
return config;

0 commit comments

Comments
 (0)