🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@storybook/manager-webpack4

Package Overview
Dependencies
Maintainers
29
Versions
275
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/manager-webpack4

Storybook framework-agnostic API

6.5.16
latest
Source
npm
Version published
Weekly downloads
725K
-25.46%
Maintainers
29
Weekly downloads
 
Created
Source

Manager-Webpack4

Builder implemented with webpack4 and webpack4-compatible loaders/plugins/config, used by @storybook/core-server to build the manager UI.

webpack4 is the default, so no configuration is necessary to use it. However, if you wan to explicitly configure your Storybook to run webpack4, install it as a dev dependency and then update your .storybook/main.js configuration.

module.exports = {
  core: {
    builder: 'webpack4',
  },
};

Keywords

storybook

FAQs

Package last updated on 26 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts