gulp.task('transpile-js:umd', () =>
    gulp.src(jsSource)
        .pipe(concat(main))
        .pipe(sourcemaps.init())
        .pipe(babel({