Closed
Description
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?