diff options
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js index 8dc3cf57..5b7b50f0 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -126,8 +126,8 @@ const build = { gulp.task(name, () => gulp .src(bundles[bundle].js[key]) - .pipe(concat(key)) .pipe(sourcemaps.init()) + .pipe(concat(key)) .pipe( rollup( { |