]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/polyfills.browser.ts
hide error message in https too (#108)
[github/Chocobozzz/PeerTube.git] / client / src / polyfills.browser.ts
index 65e211459ba76a3dae8adfc8e350061e0020073a..b1a63165551f2ea4a1cb1d2b4bc023ae5565c829 100644 (file)
@@ -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;