#storybook-static file size

6 messages · Page 1 of 1 (latest)

regal scaffold
#

hi, i'm having issues with build-storybook where the file sizes are really big. I am already including storyStoreV7: true, in my main.js file. but for example for one story with no sub-stories it has all of these files in my ./storybook-static

thin mulch
#

Which version of storybook? Which framework?

regal scaffold
#

version 6.5.12 and web components

thin mulch
#

what's the bundle size (approx) when storyStoreV7 is false?

regal scaffold
#

41mb which is more than 100 mb less then when it's true

winter parcel
#

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.