diff options
Diffstat (limited to 'js/gulpfile.js')
-rw-r--r-- | js/gulpfile.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/gulpfile.js b/js/gulpfile.js index db89de90085..2726f074c90 100644 --- a/js/gulpfile.js +++ b/js/gulpfile.js @@ -370,7 +370,8 @@ gulp.task("test:common:babel", gulp.task("test:common:controllerworker", cb => { - pump([gulp.src(["node_modules/@babel/polyfill/dist/polyfill.js", + pump([gulp.src(["node_modules/core-js-bundle/minified.js", + "node_modules/regenerator-runtime/runtime.js", "test/es5/Common/ControllerWorker.js"]), concat("ControllerWorker.js"), gulp.dest("test/es5/Common/")], cb); |