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 = [