configure babel

setup global bin
This commit is contained in:
Mahdi Dibaiee
2015-12-11 17:57:19 +03:30
parent 4830e50375
commit 921c50e54b
5 changed files with 88 additions and 0 deletions

3
.babelrc Normal file
View File

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