1.4.3 • Published 2 years ago
@netlify/plugin-storybook v1.4.3
Netlify Storybook Plugin 
Plugin to provide better Component Publishing Protocol (CPP) support for Storybooks deployed to Netlify
Installation options
You can install the plugin for your site using your netlify.toml file or the Netlify UI.
Install plugin through the Netlify UI
For UI-based installation, you can install this plugin from the Plugins directory, or through this direct installation link.
Install plugin with a netlify.toml file
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-storybookThen add the plugin to your netlify.toml configuration file:
[[plugins]]
package = "@netlify/plugin-storybook"