We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211e39f commit 7d36582Copy full SHA for 7d36582
1 file changed
.storybook/main.ts
@@ -25,6 +25,10 @@ const config: StorybookConfig = {
25
'@api': resolve(process.cwd(), 'resources/js/api.js'),
26
};
27
}
28
+ config.build = {
29
+ ...config.build,
30
+ reportCompressedSize: false,
31
+ };
32
return config;
33
},
34
0 commit comments