build - Support iterating over generators

This commit is contained in:
2019-09-21 10:11:27 +05:30
parent 986f2c0aac
commit c92c64baa1
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -17,7 +17,8 @@
"removeComments": true,
"sourceMap": true,
"strict": true,
"target": "es6"
"target": "es5",
"downlevelIteration": true
},
"exclude": ["node_modules", "dist"],
"include": ["src"]