Create .babelrc

This commit is contained in:
Stephen Grider 2016-05-28 11:50:49 -07:00
parent a7b92d5c9c
commit 2b459d6cf4
1 changed files with 3 additions and 0 deletions

3
.babelrc Normal file
View File

@ -0,0 +1,3 @@
{
"presets": ["react", "es2015", "stage-1"]
}