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 8602bef commit 375b129Copy full SHA for 375b129
lib/web/mage/requirejs/resolver.js
@@ -59,7 +59,7 @@ define([
59
}
60
61
return module.depCount >
62
- (_.filter(module.depMaps, isRejected).length + _.filter(module.depMaps, isPathFallback).length);
+ _.filter(module.depMaps, isRejected).length + _.filter(module.depMaps, isPathFallback).length;
63
64
65
/**
0 commit comments