aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
diff options
context:
space:
mode:
Diffstat (limited to 'client/src')
-rw-r--r--client/src/polyfills.browser.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/client/src/polyfills.browser.ts b/client/src/polyfills.browser.ts
index 65e211459..5119cf4b9 100644
--- a/client/src/polyfills.browser.ts
+++ b/client/src/polyfills.browser.ts
@@ -29,9 +29,6 @@ import 'core-js/es6/reflect';
29import 'core-js/es7/reflect'; 29import 'core-js/es7/reflect';
30import 'zone.js/dist/zone'; 30import 'zone.js/dist/zone';
31 31
32// Typescript emit helpers polyfill
33import 'ts-helpers';
34
35if ('production' !== ENV) { 32if ('production' !== ENV) {
36 Error.stackTraceLimit = Infinity; 33 Error.stackTraceLimit = Infinity;
37 34