You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After further investigation it looks like the problem is related to sourcemaps. When I remove sourcemap generation from my stream it starts to work as expected:
// Works correctly:returngulp.src(sourcesGlob)// .pipe(sourcemaps.init()).pipe(tsProject()).js// .pipe(sourcemaps.write('./')).pipe(gulp.dest('./build/'));
Hello!
Thank you for this great module!
However, I'm experiencing the situation where built time is raising with each sequential incremental build.
Here's the output:
Here's my
gulpfile.ts
:I'm using Gulpclass module for convenience.
And here's my
tsconfig.json
:Do you know, what could be the problem?
Thank you!
The text was updated successfully, but these errors were encountered: