#storybook-static file size
6 messages · Page 1 of 1 (latest)
Which version of storybook? Which framework?
version 6.5.12 and web components
what's the bundle size (approx) when storyStoreV7 is false?
41mb which is more than 100 mb less then when it's true
You might want to look in your preview.js to see if there's a large file being imported there (or maybe you're importing from an index.js file, which will also import all the rest of the things being imported into that file.