Skip to content

sku@12.4.11

Compare
Choose a tag to compare
@seek-oss-ci seek-oss-ci released this 05 Mar 04:12
· 28 commits to master since this release
53898a8

Patch Changes

  • Update webpack-dev-server to v5 (#930)

  • Stop passing --quiet flag to the Storybook CLI when running sku 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 --quiet to suppress verbose output if desired:

    pnpm run sku storybook --quiet