MIGRATE addon-docs documentation to triconfig

This commit is contained in:
Norbert de Langen 2019-11-26 13:07:33 +01:00
parent b262459bc8
commit 0a2fe18b25

View File

@ -156,7 +156,7 @@ module.exports = {
The `configureJsx` option is useful when you're writing your docs in MDX and your project's babel config isn't already set up to handle JSX files. `babelOptions` is a way to further configure the babel processor when you're using `configureJSX`.
`sourceLoaderOptions` is an object for configuring `@storybook/source-loader`. When set to `null` it tells docs not to run the `source-loader` at all, which can be used as an optimization, or if you're already using `source-loader` in your `webpack.config.js`.
`sourceLoaderOptions` is an object for configuring `@storybook/source-loader`. When set to `null` it tells docs not to run the `source-loader` at all, which can be used as an optimization, or if you're already using `source-loader` in your `main.js`.
## Manual configuration