storybook/lib/builder-webpack5
2021-05-03 19:08:54 +08:00
..
2021-04-07 18:25:38 +02:00
2021-02-18 23:45:28 +08:00
2021-02-04 13:31:31 +01:00
2021-02-04 15:31:44 +01:00

Builder-Webpack5

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

To configure your Storybook to run builder-webpack5, install it as a dev dependency and then update your .storybook/main.js configuration:

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