From 7683e33d5d49d1a88b3bc84adc77685f9a7c9825 Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Sun, 26 Jul 2015 22:05:12 -0700 Subject: [PATCH] fix add webpack options in gulp file to watch task --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index 35d836cba4..b8aa6ff0fb 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -105,6 +105,7 @@ gulp.task('pack-watch', function() { .pipe(webpack(Object.assign( {}, webpackConfig, + webpackOptions, { watch: true } ))) .pipe(gulp.dest(webpackConfig.output.path));