fix add webpack options in gulp file to watch task
This commit is contained in:
@ -105,6 +105,7 @@ gulp.task('pack-watch', function() {
|
||||
.pipe(webpack(Object.assign(
|
||||
{},
|
||||
webpackConfig,
|
||||
webpackOptions,
|
||||
{ watch: true }
|
||||
)))
|
||||
.pipe(gulp.dest(webpackConfig.output.path));
|
||||
|
Reference in New Issue
Block a user