Skip to content

Add support for node 16 (current release) and scss #11037

@Bajdzis

Description

@Bajdzis

Is your proposal related to a problem?

I start using node 16. My dependency node-scss require update to 6 version. When update this dependency and try build my app i have error:

Node Sass version 6.0.0 is incompatible with ^4.0.0 || ^5.0.0.

Describe the solution you'd like

We must update sass-loader to 10.2.0 version :)
https://github.com/webpack-contrib/sass-loader/releases

Describe alternatives you've considered

Try configure SCSS in CRA without node-scss because this package is deprecated :

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.

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions