Redundant dependencies with RequireJS
问题 My problem is with having redundant RequireJS dependencies that point to the same JS library. The referenced library is jQuery UI , it's referenced both internally and by external library Gridstack , which is causing this issue. Both internal and external references should point to ONE file jquery-ui.js . How to configure RequireJS (i.e. inside main.js ) to handle these references as one without doing any changes to any of the existing modules/libraries? JQuery UI v1.11.2 - My JQuery UI