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 d68b5df commit b3e26ccCopy full SHA for b3e26cc
lib/web/mage/requirejs/resolver.js
@@ -47,6 +47,7 @@ define([
47
if (!module.depCount) {
48
return false;
49
}
50
+
51
return module.depCount > _.filter(module.depMaps, isRejected).length;
52
53
0 commit comments