Removing propTypes in production build?
Created by: timche
What do you think about removing the propTypes
in the production build to reduce the bundle size using babel-plugin-transform-react-remove-prop-types
?
I've already prepared a fork, so if you think it is a good idea, I can submit a pull request.