-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated documentation wrt ejs exclusion #2633
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2633 +/- ##
=======================================
Coverage 32.65% 32.65%
=======================================
Files 398 398
Lines 8868 8868
Branches 942 950 +8
=======================================
Hits 2896 2896
+ Misses 5336 5313 -23
- Partials 636 659 +23
Continue to review full report at Codecov.
|
@@ -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 fallback `file-loader`, it is necessary to exclude the `.ejs` file extension. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd rather say, if your config uses some loader without explicitly specifying applicable extentions via test
option
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, makes sense. I updated the wording.
Thanks @aaronfullerton! |
Updated documentation wrt ejs exclusion
Updated the documentation to indicate the need to exclude the
.ejs
file extension from webpack file loaders. #2615How to test
N/A