@ms-cloudpack/storybook-builder
Experimental storybook builder using Cloudpack.
Installation
Install the builder with npm:
npm install @ms-cloudpack/storybook-builder --save-dev
or yarn:
yarn add @ms-cloudpack/storybook-builder --dev
Configuration
Configure the builder in the Storybook main configuration file:
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: