mirror of
https://github.com/nasa/openmct.git
synced 2025-06-13 04:38:15 +00:00
[Framework] Add RequireJS configurator
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.
This commit is contained in:
@ -12,7 +12,9 @@ define({
|
||||
DEFAULT_BUNDLE: {
|
||||
"sources": "src",
|
||||
"resources": "res",
|
||||
"test": "test",
|
||||
"libraries": "lib",
|
||||
"tests": "test",
|
||||
"configuration": {},
|
||||
"extensions": {}
|
||||
}
|
||||
});
|
Reference in New Issue
Block a user