mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 07:08:12 +00:00
squash merge open933 into integration-1089, resolve merge conflicts.
This commit is contained in:
@ -63,7 +63,8 @@ requirejs.config({
|
||||
"text": "bower_components/text/text",
|
||||
"uuid": "bower_components/node-uuid/uuid",
|
||||
"zepto": "bower_components/zepto/zepto.min",
|
||||
"lodash": "bower_components/lodash/lodash"
|
||||
"lodash": "bower_components/lodash/lodash",
|
||||
"d3": "bower_components/d3/d3.min"
|
||||
},
|
||||
|
||||
"shim": {
|
||||
@ -87,6 +88,9 @@ requirejs.config({
|
||||
},
|
||||
"lodash": {
|
||||
"exports": "lodash"
|
||||
},
|
||||
"d3": {
|
||||
"exports": "d3"
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user