1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-05-08 17:28:46 +01:00

Add babelrc

This commit is contained in:
Paulus Schoutsen
2015-07-17 23:31:14 -07:00
parent 3a211e5cbc
commit e8a3425543
+10
View File
@@ -0,0 +1,10 @@
{
"stage": 1,
"highlightCode": true,
"optional": ["es7.objectRestSpread", "es7.classProperties"],
"env": {
"production": {
"optional": ["optimisation"]
}
}
}