[Clocks/Timers] Declare dependency of moment-duration-format
...to ensure that moment is loaded first, such that the plugin can correctly install itself. nasa/openmctweb#204
This commit is contained in:
@@ -4,6 +4,11 @@
|
||||
"configuration": {
|
||||
"paths": {
|
||||
"moment-duration-format": "moment-duration-format"
|
||||
},
|
||||
"shim": {
|
||||
"moment-duration-format": {
|
||||
"deps": [ "moment" ]
|
||||
}
|
||||
}
|
||||
},
|
||||
"extensions": {
|
||||
|
||||
Reference in New Issue
Block a user