Revised wording

This commit is contained in:
Aaron Fullerton 2018-01-03 11:00:16 -07:00 committed by GitHub
parent a200850d1a
commit 52612e7876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ 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 fallback `file-loader`, it is necessary to exclude the `.ejs` file extension.
> 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