gajus / babel-plugin-react-css-modules

Transforms styleName to className using compile time CSS module resolution.
Other
2.05k stars 162 forks source link

Current master branch does not pass all tests #302

Closed meglio closed 3 years ago

meglio commented 3 years ago

npm --version 7.7.6 node --version v15.14.0

image
gajus commented 3 years ago

PR welcome.

meglio commented 3 years ago

Why have you closed the bug report? It is an unsolved issue and should remain open until it is fixed, this is why the issues section is there, no? Please re-open, it does not make sense to close reports of unsolved issues.

gajus commented 3 years ago

These issues currently don't serve a purpose since the project is not actively maintained. I've added a note to README.md.

https://github.com/gajus/babel-plugin-react-css-modules#looking-for-maintainers

meglio commented 3 years ago

Okay thanks I see. Are there any alternatives that replicate the functionality of this plugin?

Also, can we still merge this if I move the "release notes" to the correct place? If not, what are the remaining obstacles?

gajus commented 3 years ago

If PR fixes CI/CD, sure.

gajus commented 3 years ago

Okay thanks I see. Are there any alternatives that replicate the functionality of this plugin?

There is fork that is more up to date:

https://github.com/gajus/babel-plugin-react-css-modules/pull/298

meglio commented 3 years ago

The author of the fork is not willing to PR into this repo?