mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 06:31:27 +08:00
11 lines
125 B
Plaintext
11 lines
125 B
Plaintext
```js
|
|
// .storybook/main.js
|
|
|
|
module.exports = {
|
|
stories: [],
|
|
addons: [],
|
|
features: {
|
|
babelModeV7: true,
|
|
},
|
|
};
|
|
``` |