Added polyfill to output JS

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2019-02-27 10:31:21 +01:00
parent cb2041200e
commit 40f8cabacc
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ gulp.task("clean:styles", function () {
// appropriate location.
gulp.task("build:scripts:global", function () {
return gulp.src([
"node_modules/babel-polyfill/dist/polyfill.js",
paths.jsFiles + "/global/lib" + paths.jsPattern,
paths.jsFiles + "/global/*.js",
paths.jsFiles + "/main.js"