Skip to content

Commit

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

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 d3a63a1 commit 50a78e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// This file is required by karma.conf.js and loads recursively all the .spec and framework files

import 'core-js/es7/reflect';
import 'zone.js/dist/zone';
import 'zone.js/dist/zone-testing';
import { getTestBed } from '@angular/core/testing';
Expand Down
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 50a78e9

Please sign in to comment.