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`](https://www.npmjs.com/package/babel-plugin-transform-react-remove-prop-types)? I've already [prepared a fork](https://github.com/timche/create-react-app/commit/95d59dd6b8a85d5909c496f4aea669952a0a8bba), so if you think it is a good idea, I can submit a pull request.