Mostafa Sherif b4dc6121c9 Revert "addon-docs: update story index generator
" #20679

This reverts commits c425cc844627cdf52d260b8844c47864f13d8794
f1765bfd2d116c1022bdb8f2ff9295e3cc368dbb
2023-01-27 02:55:45 -05:00
..
2022-12-07 16:32:17 +01: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.