poa-dapps-voting/.babelrc

9 lines
151 B
Plaintext
Raw Normal View History

2017-12-19 03:04:22 -08:00
{
"presets": [
"react",
"es2015",
"stage-1"
],
"plugins": ["transform-decorators-legacy" /* should always be the first plugin! */]
}