1
mirror of https://github.com/home-assistant/frontend synced 2024-10-11 04:27:45 +02:00
ha-frontend/.babelrc
Paulus Schoutsen e8a3425543 Add babelrc
2015-07-17 23:31:14 -07:00

11 lines
182 B
Plaintext

{
"stage": 1,
"highlightCode": true,
"optional": ["es7.objectRestSpread", "es7.classProperties"],
"env": {
"production": {
"optional": ["optimisation"]
}
}
}