Skip to content

Commit

Permalink
Enable Storybook on-demand mode
Browse files Browse the repository at this point in the history
Instead of loading all stories on boot up, load stories on demand.
This was broken in a previous release but appears to be working now
in at least rc5 and later.
  • Loading branch information
AlanGreene authored and tekton-robot committed Mar 23, 2023
1 parent baa7139 commit 5e00522
Show file tree
Hide file tree
Showing 3 changed files with 797 additions and 797 deletions.
2 changes: 1 addition & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const config = {
},
features: {
buildStoriesJson: true,
storyStoreV7: false
storyStoreV7: true
},
framework: {
name: '@storybook/react-webpack5',
Expand Down
Loading

0 comments on commit 5e00522

Please sign in to comment.