sku@12.4.11
·
550 commits
to master
since this release
Patch Changes
-
Update
webpack-dev-serverto v5 (#930) -
Stop passing
--quietflag to the Storybook CLI when runningsku storybook(#929)This flag was added to suppress verbose CLI output, but as of Storybook CLI v7.1.0 this also hides the dev server info which includes the URL to access the Storybook UI.
The flag has now been removed to provide a better default experience when using the Storybook CLI.
Users can still pass--quietto suppress verbose output if desired:pnpm run sku storybook --quiet