mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 05:51:21 +08:00
14 lines
164 B
Plaintext
14 lines
164 B
Plaintext
```js
|
|
// .storybook/main.js
|
|
|
|
module.exports = {
|
|
core: {
|
|
builder: {
|
|
name: 'webpack5',
|
|
options: {
|
|
fsCache: true,
|
|
},
|
|
},
|
|
},
|
|
};
|
|
``` |