I've read this in the user guide:
You may create subdirectories inside src. For faster rebuilds, only files inside src are processed by Webpack.
You need to put any JS and CSS files inside src, or Webpack won’t see them.
Is there any way I can bypass this limitation? If I want to structure my files in folders and have them all processed by Webpack, what should I do?
Activity
gaearon commentedon Oct 3, 2016
Is there any problem with putting those folders inside of
src?gaearon commentedon Oct 3, 2016
Longer term we plan to allow an equivalent of having multiple packages in one project: #741.
Not sure if this helps?
ekaratzaferis commentedon Oct 3, 2016
There's nothing wrong just my personal taste :)
Looking forward for the #741 feature!