Skip to content

Commit 965cda7

Browse files
committed
Polyfills are useless for libs
1 parent 46497db commit 965cda7

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

polyfills.ts

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,6 @@
1818
* BROWSER POLYFILLS
1919
*/
2020

21-
/** IE9, IE10, IE11, and Chrome <55 requires all of the following polyfills.
22-
* This also includes Android Emulators with older versions of Chrome and Google Search/Googlebot
23-
*/
24-
25-
import 'core-js/es6/symbol';
26-
import 'core-js/es6/object';
27-
import 'core-js/es6/function';
28-
import 'core-js/es6/parse-int';
29-
import 'core-js/es6/parse-float';
30-
import 'core-js/es6/number';
31-
import 'core-js/es6/math';
32-
import 'core-js/es6/string';
33-
import 'core-js/es6/date';
34-
import 'core-js/es6/array';
35-
import 'core-js/es6/regexp';
36-
import 'core-js/es6/map';
37-
import 'core-js/es6/weak-map';
38-
import 'core-js/es6/set';
39-
4021
/** IE10 and IE11 requires the following for NgClass support on SVG elements */
4122
// import 'classlist.js'; // Run `npm install --save classlist.js`.
4223

0 commit comments

Comments
 (0)