storybook/lib/builder-webpack4
2021-05-15 08:46:49 +08:00
..
2021-05-15 08:46:49 +08:00
2021-02-18 23:45:28 +08:00
2021-02-04 13:31:31 +01:00

Builder-Webpack4

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

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

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