storybook/lib/core-server
Norbert de Langen 3d687c4857
Merge branch 'future/base' into future/pbm/stage0
# Conflicts:
#	frameworks/html-webpack5/package.json
#	frameworks/preact-webpack5/package.json
#	frameworks/react-webpack5/package.json
#	frameworks/server-webpack5/package.json
#	frameworks/svelte-webpack5/package.json
#	frameworks/vue-webpack5/package.json
#	frameworks/vue3-webpack5/package.json
#	frameworks/web-components-webpack5/package.json
#	lib/cli/src/versions.ts
#	lib/components/package.json
#	lib/core-common/package.json
#	lib/core-server/package.json
#	lib/manager-webpack5/package.json
#	lib/ui/package.json
#	presets/html-webpack/package.json
#	presets/preact-webpack/package.json
#	presets/react-webpack/package.json
#	presets/server-webpack/package.json
#	presets/svelte-webpack/package.json
#	presets/vue-webpack/package.json
#	presets/vue3-webpack/package.json
#	presets/web-components-webpack/package.json
#	renderers/html/package.json
#	renderers/preact/package.json
#	renderers/react/package.json
#	renderers/server/package.json
#	renderers/svelte/package.json
#	renderers/vue/package.json
#	renderers/vue3/package.json
#	renderers/web-components/package.json
#	yarn.lock
2022-06-29 20:37:42 +02:00
..
2022-01-26 14:12:34 +01:00
2022-06-29 14:55:36 +02:00
2021-03-05 14:27:29 +08: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.