Skip to content

Commit 15c096d

Browse files
Alanalexeagle
Alan
authored andcommitted
fix(@schematics/angular): add '@angular-devkit/build-webpack' package to the version 8 migration
1 parent 15f7d0c commit 15c096d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/schematics/angular/migrations/update-8/update-dependencies.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export function updateDependencies() {
1515
const dependenciesToUpdate: Record<string, string> = {
1616
'@angular-devkit/build-angular': latestVersions.DevkitBuildAngular,
1717
'@angular-devkit/build-ng-packagr': latestVersions.DevkitBuildNgPackagr,
18+
'@angular-devkit/build-webpack': latestVersions.DevkitBuildWebpack,
1819
'zone.js': latestVersions.ZoneJs,
1920
'tsickle': latestVersions.tsickle,
2021
'ng-packagr': latestVersions.ngPackagr,

0 commit comments

Comments
 (0)