react-scoped-css icon indicating copy to clipboard operation
react-scoped-css copied to clipboard

Is it possible to use with react-app-rewired?

Open Chuque opened this issue 4 years ago • 0 comments

This lib seem to work really well with component-scoped css and "global" css. The problem is that, according to README.md (correct me if I am wrong), there is only 2 options to set it up: we have to use a craco plugin or setup manually on ejected projects. I personally use react-app-rewired on one of my projects. It is required for ant design to work, so if I replace react-app-rewired with craco, ant design simply stops working. So, is it possible to setup react-scoped-css on react-app-rewired based projects or to have a plugin similar to craco-plugin-scoped-css, but for react-app-rewired?

Chuque avatar Oct 11 '21 02:10 Chuque