Skip to content

Commit 247fbea

Browse files
Fix for requireJS loading issues (for ad blockers)
Please read #12828
1 parent b09ab2a commit 247fbea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/web/mage/apply/main.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ define([
3232
} else if ($(el)[component]) {
3333
$(el)[component](config);
3434
}
35+
}, function(error) {
36+
console.error(error);
37+
return true;
3538
});
3639
}
3740

0 commit comments

Comments
 (0)