LP1850955 Remove PhantomJS polyfills
authorBill Erickson <berickxx@gmail.com>
Fri, 1 Nov 2019 16:22:33 +0000 (12:22 -0400)
committerBill Erickson <berickxx@gmail.com>
Wed, 27 Nov 2019 16:36:26 +0000 (11:36 -0500)
Remove additional polyfills that were required specifically for
PhantomJS, which we no longer use.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jason Boyer <JBoyer@eoli.info>
Open-ILS/src/eg2/src/polyfills.ts

index ccbcc83..4836583 100644 (file)
@@ -35,9 +35,9 @@
 // import 'core-js/es6/set';
 
 // PhantomJS needs these
-import 'core-js/es/array';
-import 'core-js/es/string';
-import 'core-js/es/symbol'; // needed by app/staff/booking/reservation-actions.spec.ts
+// import 'core-js/es/array';
+// import 'core-js/es/string';
+// import 'core-js/es/symbol'; // needed by app/staff/booking/reservation-actions.spec.ts
 
 /** IE10 and IE11 requires the following for NgClass support on SVG elements */
 // import 'classlist.js';  // Run `npm install --save classlist.js`.