Docs - fix configure babel and webpack links

This commit is contained in:
Pascal Duez 2020-08-17 14:06:33 +02:00
parent 0830879453
commit cb32b1445e

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