webpack compile each scss and js files separately
I want to bundle multiple scss and js entries into multiple output files using webpack. I have tried different solutions for it, but non of them did what I needed. This is how the directory structure looks like: assets package.json…