poa-dapps-voting/.babelrc

9 lines
151 B
Plaintext

{
"presets": [
"react",
"es2015",
"stage-1"
],
"plugins": ["transform-decorators-legacy" /* should always be the first plugin! */]
}