storybook/code/lib/builder-webpack5
Tom Coleman 39662b1419
Merge pull request #19595 from storybookjs/tom/sb-849-cant-run-the-v6-store-in-sandboxes-2
Add `renderer` field to frameworks, and use to drive v6 store entrypoints
2022-10-25 16:18:53 +11: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',
  },
};