packages/storybook: added note in readme explaining why the package exists (#560)

This commit is contained in:
Patrik Oldsberg
2020-04-16 09:02:58 +02:00
committed by GitHub
parent 866dac8252
commit 111f75cf3d
+4
View File
@@ -1,3 +1,7 @@
# storybook
This package provides a storybook build for Backstage. See [storybook.backstage.io](http://storybook.backstage.io)
## Why is this not part of `@backstage/core`?
This separate storybook package exists because of dependency conflicts with `@backstage/cli`. It uses nohoist to avoid the conflicts, and since you can only use that in private packages it has to be separated out of `@backstage/core`.