From dd6353560b784300976f8e8b45f227f1c9171fda Mon Sep 17 00:00:00 2001 From: hryb Date: Tue, 11 Apr 2017 19:23:30 +0300 Subject: [PATCH] fix(build): fix #955 (#961) --- src/app/environment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/environment.ts b/src/app/environment.ts index 12db4ac5d1..3a0871da49 100644 --- a/src/app/environment.ts +++ b/src/app/environment.ts @@ -13,7 +13,7 @@ let _decorateModuleRef = function identity(value: T): T { return value; }; if ('production' === ENV || 'renderer' === ENV) { // Production - disableDebugTools(); + // disableDebugTools(); enableProdMode(); PROVIDERS = [