[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.",
|
||||
"configuration": {
|
||||
"paths": {
|
||||
"moment": "moment.min.js"
|
||||
"moment": "moment.min"
|
||||
},
|
||||
"shim": {
|
||||
"moment": {
|
||||
|
||||
Reference in New Issue
Block a user