mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
add a README contents to manager-builder package
This commit is contained in:
parent
5a213bd284
commit
e6411e5cf1
@ -1,3 +1,11 @@
|
||||
# Manager-Builder
|
||||
|
||||
TODO
|
||||
Do not use this package unless you know what you are doing.
|
||||
Storybook uses this package internally to create the manager side of storybook.
|
||||
|
||||
This package uses `esbuild` to bundle the manager-side of addons, and prepare it for modern ESM supporting browsers.
|
||||
|
||||
Each addon is bundled into a separate file, and the manager is responsible for loading them.
|
||||
In addition, if `manager.*` exists, it's also bundled, and loaded.
|
||||
|
||||
Additionally this package also will add the manager ui via the `@storybook/ui` package, which is already build by `esbuild` in our build process before publishing.
|
||||
|
Loading…
x
Reference in New Issue
Block a user