Skip to content

Storybook 0 config support

Compare
Choose a tag to compare
@tchock tchock released this 10 Feb 13:00
· 74 commits to master since this release

We reduced the need to configure Bojagi to work with Storybook. From now on just running yarn bojagi deploy or npx bojagi deploy should work without any additional configuration.

Were a re now working to close the feature gap to Storybook that features like the preview-head.html and preview-body.html files work as well.

Features

Support storybook webpack config

We now support the storybook webpack file. This is particularly helpful for libraries that don't use webpack (and just Rollup instead for example).

Support storybook stories array from the .storybook/main.js config

The paths to stories configured in storybook now are read by the Bojagi CLI.

Bugfixes

  • We added a nicer hint with a link to our docs when no stories wer found