Babelrc now has presets.

This commit is contained in:
2017-06-02 12:06:48 +02:00
parent f548dba7e1
commit d9721555dd

8
client/.babelrc Normal file
View File

@@ -0,0 +1,8 @@
/*
./.babelrc
*/
{
"presets":[
"es2015", "env", "react"
]
}