React-app-rewired: Why create-react-app to use SASS has been deprecated?

Created on 23 Sep 2017  路  3Comments  路  Source: timarney/react-app-rewired

react-app-rewire-sass isn't the same thing as Adding a CSS Preprocessor (Sass, Less etc.). The method in document of facebookincubator/create-react-app didn't allow us using import './sss.scss' .

Most helpful comment

It would still be nice if you could fix and un-deprecate the original module. It would be easier for people to find. Having webpack handle SASS is _much_ nicer than the solution Facebook proposes.

All 3 comments

Please see https://github.com/timarney/react-app-rewired/issues/66#issuecomment-330649196

That issue has an updated way on how to rewire with SASS + additional notes.

If @hwaterke has time sounds like he will publish as a package and we will link to it from this repo. In the meantime follow his notes for modifying your config file.

It would still be nice if you could fix and un-deprecate the original module. It would be easier for people to find. Having webpack handle SASS is _much_ nicer than the solution Facebook proposes.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lyudad picture lyudad  路  6Comments

jaggerwang picture jaggerwang  路  4Comments

comerc picture comerc  路  4Comments

artalar picture artalar  路  4Comments

srhise picture srhise  路  5Comments