- Operating System: OSX
- Node Version: 10.16.3
- NPM Version: 6.11.3
- webpack Version: 4.39.2
- sass-loader Version: 7.1.0
Feature Proposal
Currently, the only options for implementation are node-sass and the pure-js version of dart-sass.
There should be an option to use the fast DartVM executable version of dart-sass.
The pure JS version is slower than the stand-alone executable (https://sass-lang.com/dart-sass)
Feature Use Case
For projects that have a large codebase of sass files that need to be compiled and performance is important.