rats-search/.babelrc
Alexey Kasyanchuk 5f874883a1 babel update
2018-08-28 17:48:26 +03:00

18 lines
264 B
Plaintext

{
"presets": [
[
"@babel/env",
{
"targets": {
"browsers": "last 2 Chrome versions",
"node": "current"
}
}
],
"@babel/react"
],
"plugins": [
"@babel/plugin-proposal-class-properties"
]
}