aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/polyfills.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/polyfills.ts')
-rw-r--r--client/src/polyfills.ts34
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'; 24import 'core-js/es6/symbol';
25// import 'core-js/es6/parse-int'; 25import 'core-js/es6/object';
26// import 'core-js/es6/parse-float'; 26import 'core-js/es6/function';
27// import 'core-js/es6/number'; 27import 'core-js/es6/parse-int';
28// import 'core-js/es6/math'; 28import 'core-js/es6/parse-float';
29// import 'core-js/es6/string'; 29import 'core-js/es6/number';
30// import 'core-js/es6/date'; 30import 'core-js/es6/math';
31// import 'core-js/es6/array'; 31import 'core-js/es6/string';
32// import 'core-js/es6/regexp'; 32import 'core-js/es6/date';
33// import 'core-js/es6/map'; 33import 'core-js/es6/array';
34// import 'core-js/es6/weak-map'; 34import 'core-js/es6/regexp';
35// import 'core-js/es6/set'; 35import 'core-js/es6/map';
36import 'core-js/es6/weak-map';
37import '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
45import 'core-js/es6/reflect';
42 46
43 47
44/** Evergreen browsers require these. **/ 48/** Evergreen browsers require these. **/