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.
1 parent ffe2e64 commit e91f9b3Copy full SHA for e91f9b3
lib/TransformNormalModulePlugin.js
@@ -579,7 +579,7 @@ class TransformNormalModulePlugin {
579
const hashDigest = outputOptions.hashDigest;
580
const hashDigestLength = outputOptions.hashDigestLength;
581
582
- if (module.buildInfo && module._initBuildHash) {
+ if (module.buildInfo && module._initBuildHash && module._buildHash === '') {
583
module._initBuildHash(extra.compilation);
584
}
585
0 commit comments