Skip to content

Instantly share code, notes, and snippets.

@ateufel
Created October 25, 2018 07:51
Show Gist options
  • Save ateufel/98e83f9e25defcbda45b3a88f10f0abc to your computer and use it in GitHub Desktop.
Save ateufel/98e83f9e25defcbda45b3a88f10f0abc to your computer and use it in GitHub Desktop.
.babelrc Example
{
"presets": [
["@babel/preset-env", {
"targets": "> 5%, not dead",
"debug": true
}]
],
"plugins": [
"@babel/plugin-proposal-class-properties"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment