storybook/code/lib/builder-webpack5
Ian VanSchooten dfb9384de6 Create separate jest projects in /lib
This allows us to run some projects with node, and others with browser environment
2022-11-10 13:46:42 -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',
  },
};