poa-dapps-keys-generation/.babelrc

8 lines
109 B
Plaintext
Raw Normal View History

2018-10-15 07:52:03 -07:00
{
"presets": [
"es2015",
"stage-1",
"react"
],
"plugins": ["transform-decorators-legacy"]
}