storybook/lib/core-server
Alexey Ryabov eab88cc138 Fix open in browser doesn't work in WSL
On Linux, `x-default-browser` requires `xdg-utils` to be installed to
determine a default browser. So it fails when it's not installed.
However, in WSL, we still can open a browser without it. Now it
fallbacks to `open` when `x-default-browser` fails which makes it work on WSL
without `xdg-utils`.
2022-05-23 20:04:39 +03:00
..
2022-01-26 14:12:34 +01:00
2021-03-05 14:27:29 +08:00
2022-01-25 20:00:21 +01:00

Storybook Core-server

This package contains common node-side functionality used among the different frameworks (React, RN, Vue, Ember, Angular, etc).

It contains:

  • CLI arg parsing
  • Storybook UI "manager" webpack configuration
  • start-storybook dev server
  • build-storybook static builder
  • presets handling

The "preview" (aka iframe) side is implemented in pluggable builders:

  • @storybook/builder-webpack4
  • @storybook/builder-webpack5

These builders abstract both the webpack dependencies as well as the various core configurations and loader/plugin dependencies provided out of the box with Storybook.