@storybook/manager-webpack5
Storybook framework-agnostic API
Last updated 4 years ago by shilman .
MIT · Repository · Bugs · Original npm
$ cnpm install @storybook/manager-webpack5 
SYNC missed versions from official npm registry.

Manager-Webpack5

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

webpack4 is the default. To configure your Storybook to run webpack5, install @storybook/manager-webpack5 and @storybook/builder-webpack5 as dev dependencies then update your .storybook/main.js configuration.

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

Current Tags

  • 7.0.0-alpha.10                                ...           future (3 years ago)
  • 6.5.16                                ...           latest (3 years ago)
  • 6.5.17-alpha.0                                ...           prerelease (2 years ago)

16 Versions

  • 6.5.17-alpha.0                                ...           2 years ago
  • 7.0.0-alpha.10                                ...           3 years ago
  • 6.5.16                                ...           3 years ago
  • 6.5.9-alpha.2                                ...           3 years ago
  • 6.5.0-rc.1                                ...           3 years ago
  • 6.5.9                                ...           3 years ago
  • 7.0.0-alpha.2                                ...           3 years ago
  • 6.4.22                                ...           3 years ago
  • 6.5.0-beta.8                                ...           3 years ago
  • 6.5.0-alpha.38                                ...           4 years ago
  • 6.4.18                                ...           4 years ago
  • 6.5.0-alpha.23                                ...           4 years ago
  • 6.4.14                                ...           4 years ago
  • 6.5.0-alpha.18                                ...           4 years ago
  • 6.4.13                                ...           4 years ago
  • 6.4.12                                ...           4 years ago

Copyright 2013 - present © cnpmjs.org