File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -241,6 +241,7 @@ Object {
241
241
" @babel/template" : " 7.0.0-beta.39" ,
242
242
" @babel/traverse" : " 7.0.0-beta.39" ,
243
243
" @babel/types" : " 7.0.0-beta.39" ,
244
+ " [object Object]" : " 7.0.0-beta.39" ,
244
245
" babel-loader" : " ^8.0.0-beta.0" ,
245
246
" rollup-plugin-babel" : " ^4.0.0-beta.2" ,
246
247
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"babel" : " 5.0.0" ,
3
3
"babel-plugin-transform-async-to-generator" : " 6.0.0" ,
4
+ "babel-plugin-transform-async-to-module-method" : " 6.0.0" ,
4
5
"babel-plugin-transform-eval" : " 6.0.0" ,
5
6
"babel-plugin-transform-exponentiation-operator" : " 6.0.0" ,
6
7
"babel-plugin-transform-flow-comments" : " 6.0.0" ,
Original file line number Diff line number Diff line change 1
1
const transformPlugins = {
2
2
'babel-plugin-transform-async-to-generator' : '@babel/plugin-transform-async-to-generator' ,
3
+ 'babel-plugin-transform-async-to-module-method' : [ '@babel/plugin-transform-async-to-generator' , {
4
+ "module" : 'bluebird' ,
5
+ "method" : 'coroutine' ,
6
+ } ] ,
3
7
'babel-plugin-transform-eval' : '@babel/plugin-transform-eval' ,
4
8
'babel-plugin-transform-exponentiation-operator' : '@babel/plugin-transform-exponentiation-operator' ,
5
9
'babel-plugin-transform-flow-comments' : '@babel/plugin-transform-flow-comments' ,
You can’t perform that action at this time.
0 commit comments