I found a solution, but it's specifically for Nuxt.js and I'm using the Vue CLI.
Is there any way to use dart sass instead of node-sass (default for sass-loader) in Nuxt.js?
While the Vue CLI official documentation displays an example utilizing Dart Sass (sass), the Vue Loader documentation provides an example using Node Sass (node-sass). Despite attempting to only use Dart Sass, I keep encountering errors related to the missing node module node-sass. Where should I make configuration changes to switch to Dart Sass?