mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:21:17 +08:00
Fixes a small typo
This commit is contained in:
parent
da7b6bd71e
commit
eb24874088
@ -153,7 +153,7 @@ The webpack config [is configurable](/configurations/custom-webpack-config/), an
|
||||
<div></div>
|
||||
|
||||
- Create a `.storybook/webpack.config.js` file.
|
||||
- Edit it's contents:
|
||||
- Edit its contents:
|
||||
```js
|
||||
module.exports = async ({ config }) => console.dir(config.plugins, { depth: null }) || config;
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user