Socket
Socket
Sign inDemoInstall

@storybook/manager-webpack4

Package Overview
Dependencies
35
Maintainers
29
Versions
275
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @storybook/manager-webpack4

Storybook framework-agnostic API


Version published
Weekly downloads
1.6M
increased by3.3%
Maintainers
29
Install size
122 MB
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 26 Jan 2023

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc