storybook/docs/_snippets/storybook-main-webpack5-lazyCompilation.md
2024-06-13 17:53:08 +01:00

211 B

export default {
  core: {
    builder: {
      name: 'webpack5',
      options: {
        lazyCompilation: true,
      },
    },
  },
};