QuickBase / babel-plugin-styled-components-css-namespace

A babel plugin to add css namespaces (and increase specificity) of styled-component classes.
MIT License
118 stars 32 forks source link

Restrict to Node 12.4 or lower #56

Closed nvanselow closed 4 years ago

nvanselow commented 4 years ago

Based on findings from https://github.com/QuickBase/babel-plugin-styled-components-css-namespace/issues/54, there's something going on with Node 12.5 and higher that isn't compatible with this plugin. Communicating that via the "engines" in package.json

nvanselow commented 4 years ago

Thank you very much @harrismd!