You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -2266,7 +2266,7 @@ BREAKING CHANGE: Asset processing hooks in Compilation has been merged into a si
2266
2266
statNew++;
2267
2267
}else{
2268
2268
infectedModules.add(module);
2269
-
statWithoutHash++;
2269
+
statWithoutBuild++;
2270
2270
}
2271
2271
}
2272
2272
@@ -2330,7 +2330,7 @@ BREAKING CHANGE: Asset processing hooks in Compilation has been merged into a si
2330
2330
infectedModules.size
2331
2331
} infected of ${
2332
2332
this.modules.size
2333
-
}) modules flagged as affected (${statNew} new modules, ${statChanged} changed, ${statReferencesChanged} references changed, ${statUnchanged} unchanged, ${statWithoutHash} without hash)`
2333
+
}) modules flagged as affected (${statNew} new modules, ${statChanged} changed, ${statReferencesChanged} references changed, ${statUnchanged} unchanged, ${statWithoutBuild} were not built)`
0 commit comments