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
Is your proposal related to a problem?
I start using node 16. My dependency
node-scssrequire update to 6 version. When update this dependency and try build my app i have error: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-scssbecause this package is deprecated :https://www.npmjs.com/package/node-sass