Skip to content

Commit 343d922

Browse files
committed
Update external dependencies in tsup.config.ts to include @storybook/addon-coverage
1 parent c4b7c70 commit 343d922

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tsup.config.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,11 @@ export default defineConfig({
1515
format: ['esm'],
1616
target: [...BROWSER_TARGET, ...NODE_TARGET],
1717
platform: 'node',
18-
external: [...globalManagerPackages, ...globalPreviewPackages, './loader/webpack5-istanbul-loader', 'webpack'],
18+
external: [
19+
...globalManagerPackages,
20+
...globalPreviewPackages,
21+
'./loader/webpack5-istanbul-loader',
22+
'webpack',
23+
'@storybook/addon-coverage',
24+
],
1925
});

0 commit comments

Comments
 (0)