Ian VanSchooten 6dec23f2ee Merge remote-tracking branch 'origin/next' into norbert/sb-798-figure-out-plan-for-package-structure-rework
# Conflicts:
#	code/addons/links/package.json
#	code/addons/storyshots/storyshots-puppeteer/package.json
#	code/lib/api/package.json
#	code/lib/builder-vite/package.json
#	code/lib/builder-vite/src/index.ts
#	code/lib/builder-webpack5/package.json
#	code/lib/client-api/package.json
#	code/lib/codemod/package.json
#	code/lib/core-client/package.json
#	code/lib/core-server/package.json
#	code/lib/csf-tools/package.json
#	code/lib/source-loader/package.json
#	code/lib/store/package.json
#	code/lib/types/package.json
#	code/ui/blocks/package.json
#	code/ui/components/package.json
#	code/yarn.lock
2022-11-21 18:42:12 -05:00
..
2022-07-21 11:24:07 +02:00
2022-07-21 11:24:07 +02:00
2022-07-21 11:24:07 +02:00
2022-11-14 14:33:38 +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-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.