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

Use babel-traverse from the Babel object #119

Closed vlad-zhukov closed 6 years ago

oliviertassinari commented 6 years ago

@vlad-zhukov Thanks!

oliviertassinari commented 6 years ago

This will help with the upcoming Babel release.

vlad-zhukov commented 6 years ago

@oliviertassinari Thanks! I am working on Babel 7 support right now.

iamstarkov commented 6 years ago

@vlad-zhukov @oliviertassinari does it still work with babel 6?

oliviertassinari commented 6 years ago

@iamstarkov Yes, it does.

iamstarkov commented 6 years ago

@oliviertassinari thanks