Skip to content

Commit 53b5c8a

Browse files
committed
externalize addon-vitest to not bundle the constants in
1 parent 9cf991c commit 53b5c8a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/addon-mcp/tsdown.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export default defineConfig([
1111
{
1212
...sharedNodeConfig,
1313
entry: 'src/preset.ts',
14+
external: [/^@storybook\/addon-vitest/, /^@storybook\/addon-a11y/],
1415
},
1516
{
1617
...browserConfig,

0 commit comments

Comments
 (0)