mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 06:01:22 +08:00
8 lines
78 B
Plaintext
8 lines
78 B
Plaintext
```js
|
|
// .storybook/main.js
|
|
|
|
module.exports = {
|
|
builder: 'webpack5',
|
|
};
|
|
```
|