-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Angular: Fix allowed types of webpackStatsJson in angular-builder #20503
Angular: Fix allowed types of webpackStatsJson in angular-builder #20503
Conversation
Chore: (Docs) Fix API CLI options documentation
🙏 This blocks Chromatic Turbosnap |
@shilman any idea why the pipeline is failing? Seems to be unrelated to that change. Can we force merge? |
@shilman Can I ignore the failing tests? Can we rely on the pipeline for branches which are based on |
The base branch was changed.
Closing as duplicate to #20296 which was released in https://github.com/storybookjs/storybook/releases/tag/v6.5.16-alpha.0 and which I'll release today in 6.5.16 proper. Thanks for your patience! |
Issue: #20520
What I did
Backport a fix from
next
branch tomain
.The
--webpack-stats-json
option should accept a string (a path) as well.Note that the underlying implementation already accepts a path.
Only the schema was too strict.
Why I did it
Our team is using chromatic.
When using chromatic with turbosnap (
--only-changed
), it does expect that the storybook-builder option--webpacks-stats-json
accepts a string.