storybook/lib/core-server
Tom Coleman d06b4a6c90 Ensure user's config is last on the list.
And update snapshots with cosmetic changes to entry points (and ordering HMR to the end, which I think is OK)
2021-09-05 11:23:24 +10:00
..
2021-03-05 14:27:29 +08:00
2021-08-10 11:06:50 +08: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.