I came across this answer but I'm not using Nuxt.js. I'm using the Vue CLI.
Is there any way to use sass instead of node-sass (default for sass-loader) in Nuxt.js?
In the official docs for Vue CLI it shows an example using Dart Sass (sass) but in the Vue Loader docs it shows an example using Node Sass (node-sass). I'd like to use just sass but am receiving errors for the missing node module node-sass. Where I can I make the config changes to use Dart Sass instead?