Skip to content

Commit

Permalink
Merge pull request #2660 from storybooks/Alfredo-Delgado-patch-1
Browse files Browse the repository at this point in the history
Update webpack extend warning.
  • Loading branch information
Hypnosphi committed Feb 12, 2018
1 parent 53ebba5 commit 2adb24a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2adb24a

Please sign in to comment.