storybook/docs/snippets/common/storybook-main-webpack5-lazyCompilation.js.mdx

15 lines
171 B
Plaintext

```js
// .storybook/main.js
export default {
core: {
builder: {
name: 'webpack5',
options: {
lazyCompilation: true,
},
},
},
};
```