storybook/docs/snippets/common/storybook-main-webpack5-lazyCompilation.js.mdx
2022-03-14 22:59:21 +11:00

13 lines
146 B
Plaintext

```js
// .storybook/main.js
module.exports = {
builder: {
name: 'webpack5',
options: {
lazyCompilation: true,
},
},
};
```