Skip to content

Instantly share code, notes, and snippets.

@jbellsey
jbellsey / .babelrc
Created August 13, 2016 14:37
Strip propTypes from components created with React.creactClass()
{
"presets": [
"es2015",
"stage-1",
"react"
],
"plugins": [
"./path-to/babel-plugin-remove-proptypes.js"
]
}