Skip to content

Commit

Permalink
Actually use bluebird promises
Browse files Browse the repository at this point in the history
This makes the app happy.
  • Loading branch information
turt2live committed Aug 8, 2019
1 parent 483844f commit 942df49
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
"@babel/plugin-proposal-class-properties",
"@babel/plugin-proposal-object-rest-spread",
"@babel/plugin-transform-flow-comments",
"@babel/plugin-transform-async-to-generator",
["@babel/plugin-transform-async-to-generator", {
"module": "bluebird",
"method": "coroutine"
}],
"@babel/plugin-transform-runtime",
"@babel/plugin-syntax-dynamic-import"
]
Expand Down

0 comments on commit 942df49

Please sign in to comment.