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

15 lines
163 B
Plaintext

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