I understand the concept of using requirejs to load specific modules in a particular order but how is it supposed to be used if child pages require other scripts, especially if they are extensive?
I don’t get how you’d be able to use require js on child pages since you have already included the script tag on a master page which consequentially appears on the child page.
Since the page already has the script loaded from the template, you would just use it by calling the
require()function.