Skip to content

Commit 474b999

Browse files
author
Angular Builds
committed
ad99e00 fix(@angular/build): simplify SSL handling for ng serve with SSR (#31722)
1 parent f248b0e commit 474b999

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-devkit/build-webpack",
3-
"version": "0.2101.0-next.0+sha-d6b3074",
3+
"version": "0.2101.0-next.0+sha-ad99e00",
44
"description": "Webpack Builder for Architect",
55
"experimental": true,
66
"main": "src/index.js",
@@ -16,7 +16,7 @@
1616
"./*.js": "./*.js"
1717
},
1818
"dependencies": {
19-
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#d6b3074",
19+
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#ad99e00",
2020
"rxjs": "7.8.2"
2121
},
2222
"peerDependencies": {

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fri Nov 07 2025 22:55:21 GMT+0000 (Coordinated Universal Time)
1+
Sat Nov 08 2025 08:41:25 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)