Plugin to provide better Component Publishing Protocol (CPP) support for Storybooks deployed to Netlify
You can install the plugin for your site using your netlify.toml
file or the Netlify UI.
For UI-based installation, you can install this plugin from the Plugins directory, or through this direct installation link.
To install the plugin manually:
From your project's base directory, use npm, yarn, or any other Node.js package manager to add the plugin to devDependencies
in package.json
.
npm install -D @netlify/plugin-storybook
Then add the plugin to your netlify.toml
configuration file:
[[plugins]]
package = "@netlify/plugin-storybook"