Webpack is an amazing tool for transpiling and bundling JavaScript, but it can also take care of compiling Sass or Scss to static files.
I came across this issue while developing a prototype and not a single page app, that I needed to have a .scss
file include some other files and output a .css
file. I didn’t need inlined and scoped CSS like one would probably do with a single page app.
Continue reading “Webpack Sass / Scss compiling to separate file”