Skip to content

Commit

Permalink
bug fix, implement solution mentioned in issue #16045
Browse files Browse the repository at this point in the history
  • Loading branch information
AnmolBansalDEV committed Aug 6, 2022
1 parent 9fcaa24 commit 828722d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Compilation.js
Expand Up @@ -1938,7 +1938,7 @@ BREAKING CHANGE: Asset processing hooks in Compilation has been merged into a si

// This avoids deadlocks for circular dependencies
if (this.processDependenciesQueue.isProcessing(module)) {
return callback();
return callback(null, module);
}

this.processModuleDependencies(module, err => {
Expand Down

0 comments on commit 828722d

Please sign in to comment.