storybook/code/lib/builder-webpack5
Ian VanSchooten 3d3c23e9cd Merge remote-tracking branch 'origin/next' into marklb/upgrade-to-jest28
# Conflicts:
#	code/addons/essentials/package.json
#	code/addons/storyshots/storyshots-core/package.json
#	code/lib/api/package.json
#	code/yarn.lock
2022-11-13 11:59:45 -05:00
..
2022-10-18 21:01:05 +02:00
2022-10-18 10:12:04 +02: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',
  },
};