kitze / custom-react-scripts

[DEPRECATED, use customize-cra] Allow custom config for create-react-app without ejecting
https://custom-react-scripts.netlify.com
MIT License
993 stars 97 forks source link

Implement babel-plugin-react-css-modules #45

Open souporserious opened 7 years ago

souporserious commented 7 years ago

I think it would be cool to implement babel-plugin-react-css-modules. This would allow us to use styleName with CSS modules in our React components. I can try out a PR if you'd like?

kitze commented 7 years ago

@souporserious Sorry for replying 129 years later, but are you still interested in this?

lnhrdt commented 7 years ago

Not sure about @souporserious but I would!

souporserious commented 7 years ago

Sorry, totally missed this. Wondering if we could expand on this and just allow someone to use a webpack.shared.config that gets merged into the main one. Then someone could add whatever they wanted :) Thoughts @kitze?