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

Add additionalLibraries option #102

Closed EnoahNetzach closed 7 years ago

EnoahNetzach commented 7 years ago

I have a problem where I use other PropTypes libraries (e.g. react-immutable-proptypes, airbnb-prop-types), but those are not removed, and prop-types neither.

This PR gives an option to explicitly specify which additional libraries to remove/wrap.

oliviertassinari commented 7 years ago

What about the documentation? 😄

EnoahNetzach commented 7 years ago

I just didn't push that 😛

oliviertassinari commented 7 years ago

@EnoahNetzach Thanks!