[Telemetry] Expose moment
Expose the moment library for time/date operations. For use in parsing WARP server messages (WTD-644.)
This commit is contained in:
@@ -1,6 +1,16 @@
|
||||
{
|
||||
"name": "Data bundle",
|
||||
"description": "Interfaces and infrastructure for real-time and historical data.",
|
||||
"configuration": {
|
||||
"paths": {
|
||||
"moment": "moment.min.js"
|
||||
},
|
||||
"shim": {
|
||||
"moment": {
|
||||
"exports": "moment"
|
||||
}
|
||||
}
|
||||
},
|
||||
"extensions": {
|
||||
"components": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user