Skip to content

Commit

Permalink
fix(@schematics/angular): add '@angular-devkit/build-webpack' package…
Browse files Browse the repository at this point in the history
… to the version 8 migration
  • Loading branch information
Alan authored and alexeagle committed Jun 6, 2019
1 parent 15f7d0c commit 15c096d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export function updateDependencies() {
const dependenciesToUpdate: Record<string, string> = {
'@angular-devkit/build-angular': latestVersions.DevkitBuildAngular,
'@angular-devkit/build-ng-packagr': latestVersions.DevkitBuildNgPackagr,
'@angular-devkit/build-webpack': latestVersions.DevkitBuildWebpack,
'zone.js': latestVersions.ZoneJs,
'tsickle': latestVersions.tsickle,
'ng-packagr': latestVersions.ngPackagr,
Expand Down

0 comments on commit 15c096d

Please sign in to comment.