storybook/docs/snippets/common/storybook-main-webpack5-fsCache.mdx
2022-03-14 23:10:24 +11:00

15 lines
165 B
Plaintext

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