You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2025. It is now read-only.
oliviertassinari/babel-plugin-transform-react-remove-prop-types#35 means we can now build React components which will have their
propTypes
automatically removed as part of the production build in the app they end up being used in.Needs to be configurable, as there are reasons you'd want the
propTypes
to remain, e.g. facebook/create-react-app#209 (comment)The text was updated successfully, but these errors were encountered: