We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 954189b + a6d5eb5 commit cc7a937Copy full SHA for cc7a937
lib/services/webpack/webpack-compiler-service.ts
@@ -42,7 +42,7 @@ export class WebpackCompilerService extends EventEmitter implements IWebpackComp
42
if (message.emittedFiles) {
43
if (isFirstWebpackWatchCompilation) {
44
isFirstWebpackWatchCompilation = false;
45
- this.expectedHashes[platformData.platformNameLowerCase] = message.hash;
+ this.expectedHashes[platformData.platformNameLowerCase] = prepareData.hmr ? message.hash : "";
46
return;
47
}
48
0 commit comments