mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 05:37:53 +00:00
96aaea5e58
Add a configuration step (as part of the resolve phase) to the framework layer, where bundle-defined paths and shims are passed to RequireJS configuration. This permits both the use of non-AMD modules and the exposure of libraries across bundles. WTD-568.
16 lines
409 B
JSON
16 lines
409 B
JSON
[
|
|
"FrameworkInitializer",
|
|
"bootstrap/ApplicationBootstrapper",
|
|
"load/Bundle",
|
|
"load/BundleLoader",
|
|
"load/Extension",
|
|
"register/CustomRegistrars",
|
|
"register/ExtensionRegistrar",
|
|
"register/PartialConstructor",
|
|
"register/ServiceCompositor",
|
|
"resolve/BundleResolver",
|
|
"resolve/ExtensionResolver",
|
|
"resolve/ImplementationLoader",
|
|
"resolve/RequireConfigurator"
|
|
]
|