@ms-cloudpack/storybook-builder
v0.7.78
Published
Experimental Storybook builder using Cloudpack
Keywords
Readme
@ms-cloudpack/storybook-builder
Experimental storybook builder using Cloudpack.
Installation
Install the builder with npm:
npm install @ms-cloudpack/storybook-builder --save-devor yarn:
yarn add @ms-cloudpack/storybook-builder --devConfiguration
Configure the builder in the Storybook main configuration file:
// .storybook/main.js
const config = {
...
framework: '@storybook/your-framework',
core: {
builder: {
name: '@ms-cloudpack/storybook-builder',
options: {
...
},
},
...
},
...
};
export default config;Customize Cloudpack config
The builder will read your cloudpack.config.json file, though it may add some options in order to work correctly. Ensure to have the Cloudpack config in the CWD.
Unsupported features
These are features that are not yet supported by the builder:
- React docgen
- MDX
