storybook/docs/_snippets/storybook-main-webpack5-lazyCompilation.md
2024-11-17 16:46:37 +00:00

210 B

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