storybook/docs/snippets/common/storybook-main-webpack5-fsCache.js.mdx
2022-11-17 16:33:22 +01:00

15 lines
165 B
Plaintext

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