My component folder have 5 files:
- index.js
- SignUp.js
- signUp.styles.js
- signUp.duck.js
- signUp.saga.js
and the cli only picks up SignUp.js and index.js (please correct me if I'm wrong, thanks).
I checked the getFiles function inside utils.js and saw that it could be tweaked a little bit to support detecting both capitalized and uncapitalized files.
Any idea is highly appreciated.
My component folder have 5 files:
and the cli only picks up
SignUp.jsandindex.js(please correct me if I'm wrong, thanks).I checked the
getFilesfunction insideutils.jsand saw that it could be tweaked a little bit to support detecting both capitalized and uncapitalized files.Any idea is highly appreciated.