How can I use fast-sass-loader with Nuxt?
[issue link]I’m finding node-sass/sass-loader to be noticeably slow when it comes to preprocessing Bootstrap compared to my old build scripts which used lib-sass.
I’ve come across fast-sass-loader which may help things, but being new to Nuxt and webpack, I’m not sure how to implement it.
Is there a way to use fast-sass-loader in Nuxt?