Skip to content

Instantly share code, notes, and snippets.

@lamogura
Created September 27, 2016 07:36
Show Gist options
  • Save lamogura/acac9f2022bb30ad60e93060479e5794 to your computer and use it in GitHub Desktop.
Save lamogura/acac9f2022bb30ad60e93060479e5794 to your computer and use it in GitHub Desktop.
.babelrc for JS projrect
{
"install-then-remove": "npm i -D babel-plugin-transform-class-properties babel-preset-es2015 babel-preset-stage-2",
"presets": [
"es2015",
"stage-2"
],
"plugins": [
"transform-class-properties"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment