[Telemetry] Fix moment export
Fix bundle configuration for platform/telemetry such that moment.min.js is exposed correctly as an available dependency for AMD modules. WTD-812.
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
"description": "Interfaces and infrastructure for real-time and historical data.",
|
"description": "Interfaces and infrastructure for real-time and historical data.",
|
||||||
"configuration": {
|
"configuration": {
|
||||||
"paths": {
|
"paths": {
|
||||||
"moment": "moment.min.js"
|
"moment": "moment.min"
|
||||||
},
|
},
|
||||||
"shim": {
|
"shim": {
|
||||||
"moment": {
|
"moment": {
|
||||||
|
|||||||
Reference in New Issue
Block a user