mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
Only transform-async-to-generator for client code. Allows async to work with mocha tests (if proper node version)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"extends": "../.babelrc",
|
||||
"plugins": [
|
||||
"transform-async-to-generator",
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user