You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Since we already seem to be using a version of saas-loader that supports the non-deprecated dart-sass, and because create-react-app's react-scripts doesn't seem to support node-sass v5 yet (targeted for 4.0.2 milestone), I think our best way forward here is to switch to using dart-sass instead of this.
Once
create-react-app
/react-scripts
supports it, we should upgrade from the deprecatednode-sass
dependency to the Dart basedsass
Related upstream issues:
4.0.2
milestone: https://github.com/facebook/create-react-app/milestone/797.2.0
(2019-08-08): https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md#900-2020-07-02See also:
"sass-loader": "8.0.2"
"node-sass": "^4.0.0"
"sass": "^1.3.0"
"node-sass": "^4.0.0 || ^5.0.0"
"sass": "^1.3.0"
The text was updated successfully, but these errors were encountered: