File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"plugins" : [
3
- " babel-plugin-transform-es2015-modules-commonjs"
3
+ " babel-plugin-transform-es2015-modules-commonjs" ,
4
+ " babel-plugin-transform-async-generator-functions"
4
5
]
5
6
}
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ export default {
21
21
'plugins' : [
22
22
// Cf. https://github.com/rollup/rollup-plugin-babel#helpers
23
23
'external-helpers' ,
24
+ 'transform-async-generator-functions' ,
24
25
[ 'transform-builtin-extend' , {
25
26
globals : [ 'Error' ]
26
27
} ]
Original file line number Diff line number Diff line change 8
8
"devDependencies" : {
9
9
"acorn-async-iteration" : " ^0.1.0" ,
10
10
"babel-plugin-external-helpers" : " ^6.22.0" ,
11
+ "babel-plugin-transform-async-generator-functions" : " ^6.24.1" ,
11
12
"babel-plugin-transform-builtin-extend" : " ^1.1.2" ,
12
13
"babel-plugin-transform-es2015-modules-commonjs" : " ^6.26.0" ,
13
14
"babel-preset-env" : " ^1.6.1" ,
You can’t perform that action at this time.
0 commit comments