aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/polyfills.ts
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-07-19 16:45:07 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-07-19 16:45:07 +0200
commita64668c024c84f2b0a01357d05092064f17ffd4e (patch)
tree14992a54b593d172fb45612ccf2db81ac02218f7 /client/src/polyfills.ts
parentf9f5478ca0778d0f64495bb05e19907582326fd1 (diff)
downloadPeerTube-a64668c024c84f2b0a01357d05092064f17ffd4e.tar.gz
PeerTube-a64668c024c84f2b0a01357d05092064f17ffd4e.tar.zst
PeerTube-a64668c024c84f2b0a01357d05092064f17ffd4e.zip
Client: try to make it work with Android Firefox
Diffstat (limited to 'client/src/polyfills.ts')
-rw-r--r--client/src/polyfills.ts7
1 files changed, 3 insertions, 4 deletions
diff --git a/client/src/polyfills.ts b/client/src/polyfills.ts
index cf7270ac3..740a563bb 100644
--- a/client/src/polyfills.ts
+++ b/client/src/polyfills.ts
@@ -1,10 +1,9 @@
1// Polyfills 1// Polyfills
2// (these modules are what are in 'angular2/bundles/angular2-polyfills' so don't use that here) 2// (these modules are what are in 'angular2/bundles/angular2-polyfills' so don't use that here)
3 3
4// import 'ie-shim'; // Internet Explorer 4require('intl');
5// import 'es6-shim'; 5require('intl/locale-data/jsonp/en.js');
6// import 'es6-promise'; 6import 'ie-shim'; // Internet Explorer
7// import 'es7-reflect-metadata';
8 7
9// Prefer CoreJS over the polyfills above 8// Prefer CoreJS over the polyfills above
10import 'core-js/es6'; 9import 'core-js/es6';