X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fpolyfills.ts;h=d24bcb09dd6372deaf59daf45a5bd5ac9c08c175;hb=36b04e053e9bb85a9935e244a3419ce1768f4e7e;hp=7c051413f4803db904f98d8ee104e78f01bec75e;hpb=2ad9dcda240ee843c5e4a5b98cc94f7b2aab2c89;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/polyfills.ts b/client/src/polyfills.ts index 7c051413f..d24bcb09d 100644 --- a/client/src/polyfills.ts +++ b/client/src/polyfills.ts @@ -19,6 +19,7 @@ */ import 'core-js/es/object' +import 'core-js/es/global-this' /** IE10 and IE11 requires the following for NgClass support on SVG elements */ // import 'classlist.js'; // Run `npm install --save classlist.js`. @@ -57,8 +58,8 @@ import 'core-js/es/object' /*************************************************************************************************** * Zone JS is required by default for Angular itself. */ -// tslint:disable -import 'zone.js/dist/zone' // Included with Angular CLI. +/* eslint-disable */ +import 'zone.js' // Included with Angular CLI. /*************************************************************************************************** * APPLICATION IMPORTS