-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Commit 2985067
committed
fix(@angular/build): resolve HMR-prefixed files in SSR with Vite
Improved handling of Angular prefixed files when using Vite dev-server with SSR. Updated logic ensures proper resolution of `file://` files paths with query strings.
Closes #29364
(cherry picked from commit 48385bd)1 parent f78c140 commit 2985067
File tree
1 file changed
+15
-3
lines changed- packages/angular/build/src/tools/vite/plugins
1 file changed
+15
-3
lines changedLines changed: 15 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | - | ||
11 | + | ||
12 | + | ||
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
| |||
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
27 | + | ||
26 | 28 |
| |
27 | 29 |
| |
28 | 30 |
| |
| |||
40 | 42 |
| |
41 | 43 |
| |
42 | 44 |
| |
43 | - | ||
44 | - | ||
45 | + | ||
46 | + | ||
47 | + | ||
48 | + | ||
49 | + | ||
50 | + | ||
51 | + | ||
52 | + | ||
53 | + | ||
54 | + | ||
55 | + | ||
56 | + | ||
45 | 57 |
| |
46 | 58 |
| |
47 | 59 |
| |
|
0 commit comments