vuejs / component-compiler-utils

Lower level utilities for compiling Vue single file components
319 stars 75 forks source link

Support dart-sass #50

Closed nsivertsen closed 5 years ago

nsivertsen commented 5 years ago

Support for node-sass seems to be hardcoded into this plugin via @vue/component-compiler-utils. It would be great if node-sass could be switched out with dart-sass.

Maybe this is already possible and I'm just overlooking an option?