Skip to content

Commit

Permalink
refactor: issue #19030
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait authored Dec 4, 2024
2 parents 34f19cb + 0ec7f5d commit 5e0e780
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/hmr/HotModuleReplacementRuntimeModule.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ class HotModuleReplacementRuntimeModule extends RuntimeModule {
return Template.getFunctionContent(
require("./HotModuleReplacement.runtime.js")
)
.replace(/\$getFullHash\$/g, RuntimeGlobals.getFullHash)
.replace(
/\$interceptModuleExecution\$/g,
RuntimeGlobals.interceptModuleExecution
Expand Down

0 comments on commit 5e0e780

Please sign in to comment.