Thanks to visit codestin.com Credit goes to github.com
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 3014a3b + 9be408c commit f22a314Copy full SHA for f22a314
lib/hmr/LazyCompilationPlugin.js
@@ -383,7 +383,7 @@ class LazyCompilationPlugin {
383
)
384
return;
385
if (
386
- /webpack[/\\]hot[/\\]|webpack-dev-server[/\\]client/.test(
+ /webpack[/\\]hot[/\\]|webpack-dev-server[/\\]client|webpack-hot-middleware[/\\]client/.test(
387
resolveData.request
388
) ||
389
!checkTest(this.test, originalModule)
0 commit comments