Friday 29 October 2021

Is there a way to use Dart Sass command line version with web pack?

From the dart-sass documentation we see that the dart-sass has a command-line version and is more performant.

I want to know if we can somehow use that command-line version with the existing webpack set up to speed up our build-time performance.

I can install dart libraries in the build machine. But is there any webpack plugin which can leverage that and use the machine dependencies to build sass rather than dart-sass npm?



from Is there a way to use Dart Sass command line version with web pack?

No comments:

Post a Comment