Skip to content

Commit 8a32479

Browse files
committed
fix(@angular-devkit/build-angular): update webpack to version 5.104.1
This fixes a performance regression. See: #31350 (comment)
1 parent 4963d9c commit 8a32479

File tree

3 files changed

+196
-43
lines changed

3 files changed

+196
-43
lines changed

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"terser": "5.43.1",
5656
"tree-kill": "1.2.2",
5757
"tslib": "2.8.1",
58-
"webpack": "5.101.2",
58+
"webpack": "5.104.1",
5959
"webpack-dev-middleware": "7.4.2",
6060
"webpack-dev-server": "5.2.2",
6161
"webpack-merge": "6.0.1",

packages/ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"@angular/compiler": "20.3.7",
3131
"@angular/compiler-cli": "20.3.7",
3232
"typescript": "5.9.2",
33-
"webpack": "5.101.2"
33+
"webpack": "5.104.1"
3434
}
3535
}

0 commit comments

Comments
 (0)