diff options
author | Chocobozzz <me@florianbigard.com> | 2019-07-24 16:05:59 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-07-25 11:00:43 +0200 |
commit | f36da21e40104a50acb00132920b835240cebb38 (patch) | |
tree | a513f8a31b3538b9bc6d1d52897d6b2fa04b45ba /client/src/polyfills.ts | |
parent | a353a4d77c2109f3d2412c54850a6534cf3b0b7f (diff) | |
download | PeerTube-f36da21e40104a50acb00132920b835240cebb38.tar.gz PeerTube-f36da21e40104a50acb00132920b835240cebb38.tar.zst PeerTube-f36da21e40104a50acb00132920b835240cebb38.zip |
Update angular
Diffstat (limited to 'client/src/polyfills.ts')
-rw-r--r-- | client/src/polyfills.ts | 25 |
1 files changed, 3 insertions, 22 deletions
diff --git a/client/src/polyfills.ts b/client/src/polyfills.ts index b68c07fdb..3c4120599 100644 --- a/client/src/polyfills.ts +++ b/client/src/polyfills.ts | |||
@@ -11,32 +11,13 @@ | |||
11 | * automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera), | 11 | * automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera), |
12 | * Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile. | 12 | * Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile. |
13 | * | 13 | * |
14 | * Learn more in https://angular.io/docs/ts/latest/guide/browser-support.html | 14 | * Learn more in https://angular.io/guide/browser-support |
15 | */ | 15 | */ |
16 | 16 | ||
17 | /*************************************************************************************************** | 17 | /*************************************************************************************************** |
18 | * BROWSER POLYFILLS | 18 | * BROWSER POLYFILLS |
19 | */ | 19 | */ |
20 | |||
21 | /** | ||
22 | * IE9, IE10 and IE11 requires all of the following polyfills. | ||
23 | */ | ||
24 | 20 | ||
25 | // For Google Bot | ||
26 | import 'core-js/es6/symbol' | ||
27 | import 'core-js/es6/object' | ||
28 | import 'core-js/es6/function' | ||
29 | import 'core-js/es6/parse-int' | ||
30 | import 'core-js/es6/parse-float' | ||
31 | import 'core-js/es6/number' | ||
32 | import 'core-js/es6/math' | ||
33 | import 'core-js/es6/string' | ||
34 | import 'core-js/es6/date' | ||
35 | import 'core-js/es6/array' | ||
36 | import 'core-js/es6/regexp' | ||
37 | import 'core-js/es6/map' | ||
38 | import 'core-js/es6/weak-map' | ||
39 | import 'core-js/es6/set' | ||
40 | import 'core-js/es7/object' | 21 | import 'core-js/es7/object' |
41 | 22 | ||
42 | /** IE10 and IE11 requires the following for NgClass support on SVG elements */ | 23 | /** IE10 and IE11 requires the following for NgClass support on SVG elements */ |