From a17bc2c34e79c144b7e71ff903c16c2e68371b48 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 10 Feb 2017 10:28:11 +0100 Subject: Client: use tslib instead of ts-helpers --- client/src/polyfills.browser.ts | 3 --- 1 file changed, 3 deletions(-) (limited to 'client/src') 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'; import 'core-js/es7/reflect'; import 'zone.js/dist/zone'; -// Typescript emit helpers polyfill -import 'ts-helpers'; - if ('production' !== ENV) { Error.stackTraceLimit = Infinity; -- cgit v1.2.3