I'm having hard time adding support for scss files within this project.
When i add the sass-loader and run webpack there is multiple .css files in the dist folder instead of just one named "style.css".
Here is my webpack file:
@KASOGIT Thanks for checking out the repo, although I wasn't planning on making this repo public.
Anyway, I'm not able to reproduce your issue. is there anyway I can check your code?
I'm having hard time adding support for scss files within this project. When i add the sass-loader and run webpack there is multiple .css files in the dist folder instead of just one named "style.css". Here is my webpack file: