oliviertassinari / babel-plugin-transform-react-remove-prop-types

Remove unnecessary React propTypes from the production build. :balloon:
MIT License
897 stars 61 forks source link

Upgrade to Babel 7 #120

Closed vlad-zhukov closed 6 years ago

vlad-zhukov commented 6 years ago

Upgraded tests automatically, we need to go through them to make sure they work properly.

vlad-zhukov commented 6 years ago

I've published this branch at @vlad-zhukov/babel-plugin-transform-react-remove-prop-types and tested on my project against the currently published version. The output is exactly the same (same content hashes).

oliviertassinari commented 6 years ago

@vlad-zhukov Let's release it :)

oliviertassinari commented 6 years ago

@vlad-zhukov Thanks!

vlad-zhukov commented 6 years ago

Thank you!