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.
webpack-hot-middleware/client
1 parent 5239eb4 commit d39ce25Copy full SHA for d39ce25
1 file changed
lib/hmr/LazyCompilationPlugin.js
@@ -359,7 +359,7 @@ class LazyCompilationPlugin {
359
dep.type === "import() context element")) ||
360
(this.entries && dep.type === "entry")
361
) &&
362
- !/webpack[/\\]hot[/\\]|webpack-dev-server[/\\]client/.test(
+ !/webpack[/\\]hot[/\\]|webpack-dev-server[/\\]client|webpack-hot-middleware[/\\]client/.test(
363
resolveData.request
364
365
checkTest(this.test, originalModule)
0 commit comments