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

swc support #201

Open oliviertassinari opened 2 years ago

oliviertassinari commented 2 years ago

I wonder if we shouldn't port this plugin to https://swc.rs/docs/usage/plugins. It could unlock the support of https://nextjs.org/docs/messages/swc-disabled.

Sandstedt commented 1 year ago

Yes that would be great. We have still not converted to typescript, so we use prop-types heavily in our projects. Let me know if you need any help!