Skip to content

Commit

Permalink
fix(@schematics/angular): remove unused core-js dependency from new a…
Browse files Browse the repository at this point in the history
…pplications

Required polyfills are now managed directly by the build system.  If additional polyfills are required, packages can be manually added as needed.
  • Loading branch information
clydin committed Mar 25, 2019
1 parent 66c1309 commit 8ec97f4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"@angular/platform-browser": "<%= latestVersions.Angular %>",
"@angular/platform-browser-dynamic": "<%= latestVersions.Angular %>",
"@angular/router": "<%= latestVersions.Angular %>",
"core-js": "^2.5.4",
"rxjs": "<%= latestVersions.RxJs %>",
"tslib": "<%= latestVersions.TsLib %>",
"zone.js": "<%= latestVersions.ZoneJs %>"
Expand Down

0 comments on commit 8ec97f4

Please sign in to comment.