Skip to content

Commit

Permalink
Inline sourcemaps
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayak Mukhopadhyay committed Jan 4, 2019
1 parent e7f5e47 commit af651b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gulp.task('scripts', () => {
return tsProject.src()
.pipe(sourcemaps.init())
.pipe(tsProject())
.js.pipe(sourcemaps.write("."))
.js.pipe(sourcemaps.write())
.pipe(gulp.dest('dist'));
});

Expand Down

0 comments on commit af651b3

Please sign in to comment.