thingsboard/ui/.babelrc

10 lines
98 B
Plaintext
Raw Normal View History

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