webio-node/.babelrc

8 lines
97 B
Plaintext
Raw Normal View History

2017-03-22 05:35:45 +00:00
{
"presets":[
"es2015",
"react",
"stage-1"
],
"plugins": []
}