habitica/.babelrc

5 lines
93 B
Text
Raw Normal View History

2016-03-03 03:36:27 +00:00
{
"presets": ["es2015"],
"plugins": ["syntax-async-functions","transform-regenerator"]
}