From 7d83d404faaab81ccb824e8f0dd37cd001a5d25e Mon Sep 17 00:00:00 2001 From: Alfredo Delgado Date: Fri, 5 Jan 2018 12:16:31 -0500 Subject: [PATCH] Update webpack extend warning. Flesh out the repercussions of replacing module rules. --- docs/src/pages/configurations/custom-webpack-config/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/configurations/custom-webpack-config/index.md b/docs/src/pages/configurations/custom-webpack-config/index.md index 24531c3956fe..870a241a03a5 100644 --- a/docs/src/pages/configurations/custom-webpack-config/index.md +++ b/docs/src/pages/configurations/custom-webpack-config/index.md @@ -38,7 +38,7 @@ Since this config file stays in the Storybook directory, you need to set the inc You also need to install the loaders (style, css, and sass) used in above config manually. -> Once you create this `webpack.config.js` file, Storybook won't load the [default Webpack config](/configurations/default-config/) other than loading JS files with the Babel loader. +> Once you create this `webpack.config.js` file, Storybook won't load the [default Webpack config](/configurations/default-config/) other than loading JS files with the Babel loader. This will disable included functionality like svg loading. Read on to learn how to [retain defaults](#full-control-mode--default). ### Supported Webpack Options