diff options
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js index 75d14c61..6570330e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -130,7 +130,6 @@ const build = { .src(bundles[bundle].js[key]) .pipe(sourcemaps.init()) .pipe(concat(key)) - .pipe( rollup( { |