diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-30 13:27:07 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-30 13:27:07 +0100 |
commit | ecb4e35f4e6c7304cb274593c13cb47fd5078b75 (patch) | |
tree | 1e238002340bc521afde59d52f406e41298a7aac /client/src/polyfills.ts | |
parent | 80d1057bfcd3582af0dacf5ccd5a7a93ef95410b (diff) | |
download | PeerTube-ecb4e35f4e6c7304cb274593c13cb47fd5078b75.tar.gz PeerTube-ecb4e35f4e6c7304cb274593c13cb47fd5078b75.tar.zst PeerTube-ecb4e35f4e6c7304cb274593c13cb47fd5078b75.zip |
Add ability to reset our password
Diffstat (limited to 'client/src/polyfills.ts')
-rw-r--r-- | client/src/polyfills.ts | 34 |
1 files changed, 19 insertions, 15 deletions
diff --git a/client/src/polyfills.ts b/client/src/polyfills.ts index c2d7f1d6e..fbe104aa0 100644 --- a/client/src/polyfills.ts +++ b/client/src/polyfills.ts | |||
@@ -19,26 +19,30 @@ | |||
19 | */ | 19 | */ |
20 | 20 | ||
21 | /** IE9, IE10 and IE11 requires all of the following polyfills. **/ | 21 | /** IE9, IE10 and IE11 requires all of the following polyfills. **/ |
22 | // import 'core-js/es6/symbol'; | 22 | |
23 | // import 'core-js/es6/object'; | 23 | // For Google Bot |
24 | // import 'core-js/es6/function'; | 24 | import 'core-js/es6/symbol'; |
25 | // import 'core-js/es6/parse-int'; | 25 | import 'core-js/es6/object'; |
26 | // import 'core-js/es6/parse-float'; | 26 | import 'core-js/es6/function'; |
27 | // import 'core-js/es6/number'; | 27 | import 'core-js/es6/parse-int'; |
28 | // import 'core-js/es6/math'; | 28 | import 'core-js/es6/parse-float'; |
29 | // import 'core-js/es6/string'; | 29 | import 'core-js/es6/number'; |
30 | // import 'core-js/es6/date'; | 30 | import 'core-js/es6/math'; |
31 | // import 'core-js/es6/array'; | 31 | import 'core-js/es6/string'; |
32 | // import 'core-js/es6/regexp'; | 32 | import 'core-js/es6/date'; |
33 | // import 'core-js/es6/map'; | 33 | import 'core-js/es6/array'; |
34 | // import 'core-js/es6/weak-map'; | 34 | import 'core-js/es6/regexp'; |
35 | // import 'core-js/es6/set'; | 35 | import 'core-js/es6/map'; |
36 | import 'core-js/es6/weak-map'; | ||
37 | import 'core-js/es6/set'; | ||
36 | 38 | ||
37 | /** IE10 and IE11 requires the following for NgClass support on SVG elements */ | 39 | /** IE10 and IE11 requires the following for NgClass support on SVG elements */ |
38 | // import 'classlist.js'; // Run `npm install --save classlist.js`. | 40 | // import 'classlist.js'; // Run `npm install --save classlist.js`. |
39 | 41 | ||
40 | /** IE10 and IE11 requires the following for the Reflect API. */ | 42 | /** IE10 and IE11 requires the following for the Reflect API. */ |
41 | // import 'core-js/es6/reflect'; | 43 | |
44 | // For Google Bot | ||
45 | import 'core-js/es6/reflect'; | ||
42 | 46 | ||
43 | 47 | ||
44 | /** Evergreen browsers require these. **/ | 48 | /** Evergreen browsers require these. **/ |