File tree 2 files changed +3
-10
lines changed
2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 1
- import acornAsyncIteration from 'acorn-async-iteration/inject' ;
2
-
3
1
export default {
4
2
output : {
5
- format : 'umd'
3
+ format : 'umd' ,
6
4
} ,
7
5
acorn : {
8
6
ecmaVersion : 9 ,
9
- plugins : { asyncIteration : true }
10
7
} ,
11
- acornInjectPlugins : [
12
- acornAsyncIteration
13
- ]
14
8
} ;
Original file line number Diff line number Diff line change 6
6
"node" : " >=8.9.0"
7
7
},
8
8
"devDependencies" : {
9
- "acorn-async-iteration" : " ^0.1.0" ,
10
9
"babel-eslint" : " ^8.2.1" ,
11
10
"babel-plugin-external-helpers" : " ^6.22.0" ,
12
11
"babel-plugin-transform-builtin-extend" : " ^1.1.2" ,
24
23
"jsdoc" : " ^3.5.5" ,
25
24
"mocha" : " ^4.1.0" ,
26
25
"prettyjson" : " ^1.2.1" ,
27
- "rollup" : " ^0.55.0 " ,
26
+ "rollup" : " ^0.56.2 " ,
28
27
"rollup-plugin-babel" : " ^3.0.3" ,
29
- "rollup-plugin-node-resolve" : " ^3.0.2 "
28
+ "rollup-plugin-node-resolve" : " ^3.0.3 "
30
29
}
31
30
}
You can’t perform that action at this time.
0 commit comments