gajus / babel-plugin-react-css-modules

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

chore(docs): Add error FAQs to docs #283

Closed benmvp closed 4 years ago

benmvp commented 4 years ago

Problem

I was setting up babel-plugin-react-css-modules (with React Storybook) and ran into a number of errors. And because I wasn't quite sure how this plugin worked, I wasn't quite sure how to fix the errors. Three days later the docs make way more sense did they did.

Solution

I've proposed a number of doc tweaks as well as a couple of new FAQ issues around the errors I was running into w/ proposed solutions. The solutions also give more insight into how the plugin works so that other folks using the plugin can inform themselves to hopefully solve their problems as well.

Notes

benmvp commented 4 years ago

Thanks for the quick merge!