X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fpolyfills.browser.ts;h=b1a63165551f2ea4a1cb1d2b4bc023ae5565c829;hb=a86309b4af9ad8391822f628d74fc5c7d1a01974;hp=65e211459ba76a3dae8adfc8e350061e0020073a;hpb=c16ce1de8e8c21ad2136335d3b0b7d230e6d2f24;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/polyfills.browser.ts b/client/src/polyfills.browser.ts index 65e211459..b1a631655 100644 --- a/client/src/polyfills.browser.ts +++ b/client/src/polyfills.browser.ts @@ -1,3 +1,5 @@ +/* tslint: disable */ + // Polyfills // (these modules are what are in 'angular2/bundles/angular2-polyfills' so don't use that here) @@ -29,9 +31,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;