diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-07-19 16:45:07 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-07-19 16:45:07 +0200 |
commit | a64668c024c84f2b0a01357d05092064f17ffd4e (patch) | |
tree | 14992a54b593d172fb45612ccf2db81ac02218f7 /client/src/polyfills.ts | |
parent | f9f5478ca0778d0f64495bb05e19907582326fd1 (diff) | |
download | PeerTube-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.ts | 7 |
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 | 4 | require('intl'); |
5 | // import 'es6-shim'; | 5 | require('intl/locale-data/jsonp/en.js'); |
6 | // import 'es6-promise'; | 6 | import '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 |
10 | import 'core-js/es6'; | 9 | import 'core-js/es6'; |