Skip to content

Instantly share code, notes, and snippets.

@mnicole
Created July 28, 2017 04:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mnicole/f4b3e92af3dd8438d5f12a168cfa8790 to your computer and use it in GitHub Desktop.
Save mnicole/f4b3e92af3dd8438d5f12a168cfa8790 to your computer and use it in GitHub Desktop.
component lib babel
{
"presets": [
"es2015", // whichever presets your projects use should match here
"stage-0",
"react"
],
"plugins": [
"transform-runtime", // for polyfills
"transform-react-remove-prop-types" // we use this to remove the propTypes
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment