Closed LordZardeck closed 3 years ago
It sure looks like sass-loader
can handle dart sass as a drop-in replacement. Didn't know that :)
This is great, because about 50% of my support cases usually involves node-gyp issues on non-Linux platforms because there's no binaries shipped.
I will test around with this a little bit and get back to you ASAP. Thanks!
This indeed seems to work just fine :)
Released as @osjs/dev-meta@2.1.0
.
node-sass is deprecated and the project even says to migrate away from it. I tested on my own project, and simply replacing the dependency seems to work. The primary reason I needed this change was because node-sass doesn't seem to work on my M1 MacBook Pro, but dart sass does.