Skip to content

Commit cdb99bc

Browse files
clydinKeen Yee Liau
authored andcommitted
fix(@schematics/angular): remove redundant ES2015 polyfills
1 parent e3a148a commit cdb99bc

File tree

1 file changed

+0
-22
lines changed
  • packages/schematics/angular/application/files/src

1 file changed

+0
-22
lines changed

packages/schematics/angular/application/files/src/polyfills.ts

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -18,31 +18,9 @@
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

43-
/** IE10 and IE11 requires the following for the Reflect API. */
44-
// import 'core-js/es6/reflect';
45-
4624
/**
4725
* Web Animations `@angular/platform-browser/animations`
4826
* Only required if AnimationBuilder is used within the application and using IE/Edge or Safari.

0 commit comments

Comments
 (0)