lxieyang / chrome-extension-boilerplate-react

A Chrome Extensions boilerplate using React 18 and Webpack 5.
MIT License
3.57k stars 1.1k forks source link

node-saas to saas #126

Closed wlejr002 closed 1 year ago

wlejr002 commented 2 years ago

https://github.com/sass/node-sass/releases

node-saas is deprecated and does not support ARM64 at all. Changed the dependency from node-saas to saas.

https://www.npmjs.com/package/sass

joshbickett commented 2 years ago

This fixed my issue with node-saas, hope it is merged soon.

lxieyang commented 1 year ago

done! thanks!