microsoft / spfx-gulp-tools

Tools related to the SPFx Gulp-based build toolchain.
Other
3 stars 8 forks source link

[GCB-Sass] Update dependencies to use DartSass instead of LibSass. #5

Closed halfnibble closed 2 years ago

halfnibble commented 2 years ago

Summary

Removes the dependencies on an older version of sass that used libsass (compiled C++ version) that may not work correctly on newer M1 MacBooks.

It was also necessary to update the @rushstack repos to get a version of heft that doesn't include a dependency on sass.

Details

This is in reference to https://github.com/microsoft/rushstack/issues/3070 The changes will need to be merged into SPFx.

How it was tested

I no longer have a repo to test. Hopefully we can get someone to test this.