fix add webpack options in gulp file to watch task

This commit is contained in:
Berkeley Martinez
2015-07-26 22:05:12 -07:00
parent 1b9608f225
commit 7683e33d5d

View File

@ -105,6 +105,7 @@ gulp.task('pack-watch', function() {
.pipe(webpack(Object.assign(
{},
webpackConfig,
webpackOptions,
{ watch: true }
)))
.pipe(gulp.dest(webpackConfig.output.path));