add a README contents to manager-builder package

This commit is contained in:
Norbert de Langen 2022-08-25 12:43:04 +02:00
parent 5a213bd284
commit e6411e5cf1
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762

View File

@ -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.