Sia-EventUI/.babelrc

21 строка
347 B
Plaintext

{
"presets": [
["env"],
"react"
],
"plugins": [
"istanbul",
"transform-object-rest-spread",
"syntax-class-properties",
"transform-class-properties",
"react-hot-loader/babel",
["module-resolver", {
"root": ["./src"],
"alias": {
"cfg": "./cfg",
"test": "./test"
}
}]
]
}