Skip to content

Commit

Permalink
chore: update core dependencies (#4928)
Browse files Browse the repository at this point in the history
* chore: update core dependencies

* chore: update webpack merge

* chore: update snapshots
  • Loading branch information
snitin315 authored Jul 3, 2023
1 parent fe7076a commit a237895
Show file tree
Hide file tree
Showing 5 changed files with 1,669 additions and 1,533 deletions.
2 changes: 1 addition & 1 deletion lib/Server.js
Original file line number Diff line number Diff line change
Expand Up @@ -1642,7 +1642,7 @@ class Server {

if (this.options.hot) {
const HMRPluginExists = compiler.options.plugins.find(
(p) => p.constructor === webpack.HotModuleReplacementPlugin
(p) => p && p.constructor === webpack.HotModuleReplacementPlugin
);

if (HMRPluginExists) {
Expand Down
Loading

0 comments on commit a237895

Please sign in to comment.