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 9fcaa24 commit 828722dCopy full SHA for 828722d
1 file changed
lib/Compilation.js
@@ -1938,7 +1938,7 @@ BREAKING CHANGE: Asset processing hooks in Compilation has been merged into a si
1938
1939
// This avoids deadlocks for circular dependencies
1940
if (this.processDependenciesQueue.isProcessing(module)) {
1941
- return callback();
+ return callback(null, module);
1942
}
1943
1944
this.processModuleDependencies(module, err => {
0 commit comments