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(
|
.pipe(webpack(Object.assign(
|
||||||
{},
|
{},
|
||||||
webpackConfig,
|
webpackConfig,
|
||||||
|
webpackOptions,
|
||||||
{ watch: true }
|
{ watch: true }
|
||||||
)))
|
)))
|
||||||
.pipe(gulp.dest(webpackConfig.output.path));
|
.pipe(gulp.dest(webpackConfig.output.path));
|
||||||
|
Reference in New Issue
Block a user