use babel-plugin-transform-async-to-generator
This commit is contained in:
parent
eb0bd4c2c3
commit
65f645d341
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@
|
|||
"devDependencies": {
|
||||
"babel-core": "^6.1.2",
|
||||
"babel-eslint": "^4.1.3",
|
||||
"babel-preset-stage-3": "^6.1.2",
|
||||
"babel-plugin-transform-async-to-generator": "^6.0.14",
|
||||
"eslint": "^1.6.0",
|
||||
"eslint-config-standard": "^4.4.0",
|
||||
"eslint-plugin-babel": "^2.1.1",
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"presets": ["stage-3"]
|
||||
"plugins": ["transform-async-to-generator"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue