Skip to content

Commit

Permalink
Update modifyWebpackConfig docs (#1613)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews authored Jul 25, 2017
1 parent 6783d4d commit 9558909
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/gatsby/src/utils/api-node-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,10 @@ exports.modifyBabelrc = true

/**
* Let plugins extend/mutate the site's webpack configuration.
* This API will change before 1.0 as it needs still to be converted to use
* Redux actions.
*
* Refer to the [Add custom webpack config docs
* page](/docs/add-custom-webpack-config/) for detailed documentation on
* modifying webpack docs).
*/
exports.modifyWebpackConfig = true

Expand Down

0 comments on commit 9558909

Please sign in to comment.