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));