mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:51:17 +08:00
FIX documentation for writing addons to reference .storybook/preview.js
This commit is contained in:
parent
9958b83bdc
commit
d36d3f8d21
@ -104,7 +104,7 @@ module.exports = {
|
||||
};
|
||||
```
|
||||
|
||||
Alternatively you can import all your stories in `preview.js`:
|
||||
Alternatively you can import all your stories in `.storybook/preview.js`:
|
||||
|
||||
```js
|
||||
import { configure } from '@storybook/react';
|
||||
@ -112,7 +112,7 @@ import { configure } from '@storybook/react';
|
||||
configure(require.context('../src/components', true, /\.stories\.js$/), module);
|
||||
```
|
||||
|
||||
> NOTE: The `configure` function should be called only once in `preview.js`.
|
||||
> NOTE: The `configure` function should be called only once in `.storybook/preview.js`.
|
||||
|
||||
The `configure` function accepts:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user