I have a requirejs module that depends on jquery. Instead of loading jquery from a directory, I decided to add it statically in the webpage as a <script>
entry from a CDN. requirejs however keeps attempting to load from file.
Is there a way of telling requirejs that a given dependency is added in the HTML and therefore it should not retrieve it?