Merge pull request #12080 from pascalduez/docs/hotfix/babel-link

Docs - fix configure overview babel and webpack links
This commit is contained in:
Michael Shilman 2020-08-17 20:57:39 +08:00 committed by GitHub
commit 79725e49b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,8 +28,8 @@ The `main.js` configuration file is a [preset](../api/presets.md) and as such ha
- `stories` - a array of globs that indicates the [location of your story files](#configure-story-loading), relative to `main.js`.
- `addons` - a list of the [addons](/addons) you are using.
- `webpackFinal` - custom [webpack configuration](./integration.md#extending-storybooks-webpack-config).
- `babel` - custom [babel configuration](./integration.md#babel).
- `webpackFinal` - custom [webpack configuration](./webpack.md#extending-storybooks-webpack-config).
- `babel` - custom [babel configuration](./babel.md).
## Configure story loading