Add babelrc

pull/3/head
Paulus Schoutsen 2015-07-17 23:31:14 -07:00
parent 3a211e5cbc
commit e8a3425543
1 changed files with 10 additions and 0 deletions

10
.babelrc Normal file
View File

@ -0,0 +1,10 @@
{
"stage": 1,
"highlightCode": true,
"optional": ["es7.objectRestSpread", "es7.classProperties"],
"env": {
"production": {
"optional": ["optimisation"]
}
}
}