React setup #3

Merged
KevinMidboe merged 4 commits from react_setup into master 2017-06-02 10:08:07 +00:00
Showing only changes of commit d9721555dd - Show all commits

8
client/.babelrc Normal file
View File

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