Skip to content

Commit 7d36582

Browse files
jasonvargaclaude
andauthored
[6.x] Disable reportCompressedSize in Storybook build (#14468)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 211e39f commit 7d36582

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.storybook/main.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ const config: StorybookConfig = {
2525
'@api': resolve(process.cwd(), 'resources/js/api.js'),
2626
};
2727
}
28+
config.build = {
29+
...config.build,
30+
reportCompressedSize: false,
31+
};
2832
return config;
2933
},
3034
};

0 commit comments

Comments
 (0)