thingsboard/ui/.babelrc
2016-12-01 11:40:28 +02:00

10 lines
98 B
Plaintext

{
"presets": [
"react",
"es2015"
],
"plugins": [
"react-hot-loader/babel"
]
}