mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 06:31:27 +08:00
12 lines
177 B
Plaintext
12 lines
177 B
Plaintext
```js
|
|
// .storybook/main.js
|
|
|
|
module.exports = {
|
|
stories: [],
|
|
addons: [],
|
|
babel: async (options) => ({
|
|
...options,
|
|
// any extra options you want to set
|
|
}),
|
|
};
|
|
``` |