From 955890950416e9093fadcec36003c73829b5526a Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Tue, 25 Jul 2017 15:42:49 -0600 Subject: [PATCH] Update modifyWebpackConfig docs (#1613) --- packages/gatsby/src/utils/api-node-docs.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/gatsby/src/utils/api-node-docs.js b/packages/gatsby/src/utils/api-node-docs.js index 11bd7731c02df..6a2a779085069 100644 --- a/packages/gatsby/src/utils/api-node-docs.js +++ b/packages/gatsby/src/utils/api-node-docs.js @@ -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