Skip to content

Commit

Permalink
Merge branch 'next' into release-8-0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdedreuille committed Oct 19, 2023
2 parents 048b06e + a5a7747 commit f03ed59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"description": "URL path to be appended when visiting Storybook for the first time"
},
"webpackStatsJson": {
"type": "string",
"type": ["boolean", "string"],
"description": "Write Webpack Stats JSON to disk",
"default": false
},
Expand Down
1 change: 1 addition & 0 deletions code/lib/cli/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ const PACKAGES_EXCLUDED_FROM_CORE = [
'@storybook/addon-bench',
'@storybook/addon-console',
'@storybook/addon-postcss',
'@storybook/addon-designs',
'@storybook/addon-styling',
'@storybook/addon-styling-webpack',
'@storybook/babel-plugin-require-context-hook',
Expand Down

0 comments on commit f03ed59

Please sign in to comment.