Skip to content

Commit

Permalink
feat(Storybook): Enable "buildStoriesJson" to support composition #13506
Browse files Browse the repository at this point in the history
 (#13627)

* feat(Storybook): Enable "buildStoriesJson" to support composition #13506

* Update netlify.toml

---------

Co-authored-by: Taylor Jones <[email protected]>
Co-authored-by: Andrea N. Cardona <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
4 people authored Apr 25, 2023
1 parent fe6e8ff commit a16b91f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[build.environment]
YARN_FLAGS = "--immutable"
[[headers]]
for = "/*"
[headers.values]
Access-Control-Allow-Origin = "*"
1 change: 1 addition & 0 deletions packages/react/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ module.exports = {
},
features: {
previewCsfV3: true,
buildStoriesJson: true,
},
framework: '@storybook/react',
stories,
Expand Down

0 comments on commit a16b91f

Please sign in to comment.