Skip to content

Commit

Permalink
chore(deps): update dependency webpack-dev-middleware to v4 (#2437)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency webpack-dev-middleware to v4

* Remove lazy option

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Mat Brown <[email protected]>
  • Loading branch information
3 people authored Mar 13, 2021
1 parent 069eeae commit a375748
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 135 deletions.
6 changes: 1 addition & 5 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,7 @@ gulp.task(
reloadOnRestart: true,
server: {
baseDir: distDir,
middleware: [
webpackDevMiddleware(compiler, {
lazy: false,
}),
],
middleware: [webpackDevMiddleware(compiler)],
},
});
}),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@
"val-loader": "2.1.2",
"webpack": "4.44.2",
"webpack-bundle-analyzer": "3.9.0",
"webpack-dev-middleware": "3.7.3",
"webpack-dev-middleware": "4.1.0",
"webpack-visualizer-plugin": "0.1.11",
"yarn-deduplicate": "3.1.0"
}
Expand Down
Loading

0 comments on commit a375748

Please sign in to comment.