From 86765e19a3ad8116966c6910718876f68c720027 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Tue, 3 Feb 2015 16:11:48 -0800 Subject: [PATCH] [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. --- platform/telemetry/bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/telemetry/bundle.json b/platform/telemetry/bundle.json index bad85512b0..024d0375bf 100644 --- a/platform/telemetry/bundle.json +++ b/platform/telemetry/bundle.json @@ -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": {