Files
habitica/.babelrc
2016-05-11 15:59:18 +02:00

10 lines
154 B
Plaintext

{
"presets": ["es2015"],
"plugins": [
["transform-async-to-module-method", {
"module": "bluebird",
"method": "coroutine"
}]
]
}