storybook/lib/core-server
Norbert de Langen 1036764079
Merge branch 'future/base' into future/tsup-renderers-1
# Conflicts:
#	docs/snippets/html/button-story-with-args.ts.mdx
2022-06-29 09:55:33 +02:00
..
2022-01-26 14:12:34 +01:00
2022-06-21 18:30:05 +02: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-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.