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