Hi - I'm running into an issue when I try to build my site for production... which is based upon your nextjs boilerplate starter repo.
After a lot trial and error I can run a successful build, however the resulting /dist folder contains zero *.module.scss files. These files are correctly referenced throughout the generated .js files, however all component folders are empty of the referenced *.module.scss files.
Therefore the yarn serve command fails with MODULE_NOT_FOUND errors.
Do you have any ideas where I might start on fixing this issue? Feels like a Webpack issue, but I thought this kind of file processing was handled automatically by the next build process?
Happy to share access to the repo.