Skip to content

Commit

Permalink
Merge pull request #2633 from aaronfullerton/patch-1
Browse files Browse the repository at this point in the history
Updated documentation wrt ejs exclusion
  • Loading branch information
Hypnosphi committed Feb 12, 2018
1 parent 3798df5 commit 3ca5637
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/pages/configurations/custom-webpack-config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ Storybook uses the config returned from the above function. So, try to edit the
- first loader in the module.loaders (Babel loader for JS)
- all existing plugins

> If your custom webpack config uses a loader that does not explicitly include specific file extensions via the `test` property, it is necessary to `exclude` the `.ejs` file extension from that loader.
## Full control mode + default

You may want to keep Storybook's [default config](/configurations/default-config), but just need to extend it.
Expand Down

0 comments on commit 3ca5637

Please sign in to comment.