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

Remove some unused Babel plugins #157

Closed lencioni closed 5 years ago

lencioni commented 5 years ago

We brought these in when we removed preset-stage-1, but most of them aren't needed. The only one I think we actually need is class properties because we have some tests that rely on it.

oliviertassinari commented 5 years ago

@lencioni Well done 👍