mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 02:21:48 +08:00
15 lines
171 B
Plaintext
15 lines
171 B
Plaintext
```js
|
|
// .storybook/main.js
|
|
|
|
export default {
|
|
core: {
|
|
builder: {
|
|
name: 'webpack5',
|
|
options: {
|
|
lazyCompilation: true,
|
|
},
|
|
},
|
|
},
|
|
};
|
|
```
|