web-extension-starter icon indicating copy to clipboard operation
web-extension-starter copied to clipboard

Node-sass is deprecated

Open arnaumanyosa opened this issue 3 years ago • 3 comments

Warning: LibSass and Node Sass are deprecated. While they will continue to receive maintenance releases indefinitely, there are no plans to add additional features or compatibility with any new CSS or Sass features. Projects that still use it should move onto Dart Sass.

Move to sass package.

Would be any issue on webpack, etc?

arnaumanyosa avatar Feb 11 '22 15:02 arnaumanyosa

Apparently by removing node-sass and installing sass is enough and it everything works as expected.

https://stackoverflow.com/questions/63943756/replace-node-sass-with-dart-sass-in-create-react-app-v3-x

arnaumanyosa avatar Feb 14 '22 08:02 arnaumanyosa

Why the issue is closed though? package.json still has the deprecated node-sass. I wasn't even able to run the project until I replaced the dependency in my fork.

Egor-Koldasov avatar Jul 13 '22 12:07 Egor-Koldasov

@Egor-Koldasov Good question, probably I was busy at that time or something and just added the info.

@abhijithvijayan Here is a PR to fix this https://github.com/abhijithvijayan/web-extension-starter/pull/94

arnaumanyosa avatar Jul 21 '22 13:07 arnaumanyosa

this is resolved.

abhijithvijayan avatar Sep 26 '22 06:09 abhijithvijayan