rejs.org/docs/api.html#config">configure RequireJS; callbacks can modify and override the configuration after it was created by the {@link ModuleManager} service based on contributed {@link JavaScriptModuleConfiguration}s. This allows components, pages, mixins and services to configure Require.JS dynamically in a per-request basis by using the {@link JavaScriptSupport#addModuleConfigurationCallback(ModuleConfigurationCallback)} method.
Note that RequireJS is only configured during a full page render; on Ajax requests, RequireJS will already be loaded and configured.
@see JavaScriptSupport#addModuleConfigurationCallback(ModuleConfigurationCallback)
@since 5.4