created babelrc

This commit is contained in:
Ken Jannette
2018-04-17 20:41:08 -04:00
parent b745c104eb
commit d95404b800
3 changed files with 29 additions and 2 deletions

9
.babelrc Normal file
View File

@@ -0,0 +1,9 @@
{
"presets": [
"env",
"react"
],
"plugins": [
"transform-class-properties"
]
}