We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34f19cb + 0ec7f5d commit 5e0e780Copy full SHA for 5e0e780
lib/hmr/HotModuleReplacementRuntimeModule.js
@@ -21,7 +21,6 @@ class HotModuleReplacementRuntimeModule extends RuntimeModule {
21
return Template.getFunctionContent(
22
require("./HotModuleReplacement.runtime.js")
23
)
24
- .replace(/\$getFullHash\$/g, RuntimeGlobals.getFullHash)
25
.replace(
26
/\$interceptModuleExecution\$/g,
27
RuntimeGlobals.interceptModuleExecution
0 commit comments