razage / persistent-flannel

a website for tracking what games you've played and getting recommendations
0 stars 0 forks source link

Consider Webpack #16

Closed razage closed 7 years ago

razage commented 7 years ago

I don't understand its config at all and that leads me to not like it, but I might have to use it eventually to compile .Vue files. If that's the case, I might as well compile more with it.

The one potential exception being I don't want to compile sass with it if it can't use pySCSS. I do not want to install a Ruby interpreter on my machine, let alone on a production environment.

razage commented 7 years ago

I spent nearly 7 hours implementing webpack, and now that it works, I guess I don't have any problems with it. I can confirm that if I add the sass-loader, it will not use pySCSS; fortunately it won't use ruby either. It uses some kind of node implementation of sass.