Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: prevent crashing on "--smoke-test" (#400)
Fixes #397. Storybook expects `stats` to match `Stats` interface of `webpack`: https://github.com/webpack/webpack/blob/main/types.d.ts#L11243-L11253. This type-mismatch is caused by `@storybook/core-common`'s `Builder` and will be fixed by storybookjs/storybook#18377. - Pass null as optional Stats instead of incorrect structure
- Loading branch information