gajus / gajus/babel-plugin-react-css-modules
Plugin does't work after updating react-scripts to version 4.3.0
Open
- Dominant language
- JavaScript
- Stars
- 2k
- Forks
- 159
- PR merge metrics
- No merged PRs in 30d
Description
New `react-scripts` uses `css-loader` >= v4 that has a new `IdentName` generation. So it needs updating `generic-names` in package.json to [v3.0.0](https://github.com/css-modules/generic-names/releases/tag/v3.0.0).
As a temporary [solution](https://github.com/gajus/babel-plugin-react-css-modules/issues/279#issuecomment-656549514).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.