Add babelrc

This commit is contained in:
Paulus Schoutsen 2015-07-17 23:31:14 -07:00
parent 3a211e5cbc
commit e8a3425543

10
.babelrc Normal file
View File

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