storybook/code/lib/builder-webpack5
Michael Shilman 3ad0e661de
Merge pull request #20261 from storybookjs/shilman/webpack-mdx2-without-babel-loader
Addon-docs: Upgrade mdx2-csf and use its JSX handling
2022-12-14 20:26:50 +08:00
..
2022-10-18 21:01:05 +02:00
2022-11-14 14:18:39 +01:00
2022-07-21 11:24:07 +02:00

Builder-Webpack5

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

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