aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/polyfills.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/polyfills.ts')
-rw-r--r--client/src/polyfills.ts9
1 files changed, 1 insertions, 8 deletions
diff --git a/client/src/polyfills.ts b/client/src/polyfills.ts
index 3395eed76..cf7270ac3 100644
--- a/client/src/polyfills.ts
+++ b/client/src/polyfills.ts
@@ -14,15 +14,8 @@ require('zone.js/dist/zone');
14// Typescript emit helpers polyfill 14// Typescript emit helpers polyfill
15import 'ts-helpers'; 15import 'ts-helpers';
16 16
17if ('production' === ENV) { 17if ('production' !== ENV) {
18 // Production
19
20
21} else {
22 // Development
23
24 Error.stackTraceLimit = Infinity; 18 Error.stackTraceLimit = Infinity;
25 19
26 require('zone.js/dist/long-stack-trace-zone'); 20 require('zone.js/dist/long-stack-trace-zone');
27
28} 21}