storybook/docs/snippets/common/storybook-main-webpack5-fsCache.js.mdx
2022-04-13 15:30:15 +01:00

14 lines
164 B
Plaintext

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