gajus / babel-plugin-react-css-modules

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

Update dependencies, especially postcss #310

Open jakeonfire opened 1 year ago

jakeonfire commented 1 year ago

after updating was getting lots of "Do not reuse nodes. Use t.cloneNode (or t.clone/t.cloneDeep if using babel@6) to copy them." errors in the tests, so the extra calls to cloneNode are to fix those.