diff options
Diffstat (limited to 'client/src/polyfills.browser.ts')
-rw-r--r-- | client/src/polyfills.browser.ts | 3 |
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'; | |||
29 | import 'core-js/es7/reflect'; | 29 | import 'core-js/es7/reflect'; |
30 | import 'zone.js/dist/zone'; | 30 | import 'zone.js/dist/zone'; |
31 | 31 | ||
32 | // Typescript emit helpers polyfill | ||
33 | import 'ts-helpers'; | ||
34 | |||
35 | if ('production' !== ENV) { | 32 | if ('production' !== ENV) { |
36 | Error.stackTraceLimit = Infinity; | 33 | Error.stackTraceLimit = Infinity; |
37 | 34 | ||