Closed halfnibble closed 2 years ago
Removes the dependencies on an older version of sass that used libsass (compiled C++ version) that may not work correctly on newer M1 MacBooks.
sass
libsass
It was also necessary to update the @rushstack repos to get a version of heft that doesn't include a dependency on sass.
@rushstack
heft
This is in reference to https://github.com/microsoft/rushstack/issues/3070 The changes will need to be merged into SPFx.
I no longer have a repo to test. Hopefully we can get someone to test this.
Summary
Removes the dependencies on an older version of
sass
that usedlibsass
(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 ofheft
that doesn't include a dependency onsass
.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.