Commit 8f6ee1a
committed
fix(@angular/build): skip wildcard routes from being listed as prerendered routes
This fix ensures that the wildcard routes are not included in the prerendered list, improving the accuracy of prerendered route generation.1 parent b85da37 commit 8f6ee1a
File tree
1 file changed
+4
-1
lines changed- packages/angular/build/src/builders/application
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
185 | 188 | | |
186 | 189 | | |
187 | 190 | | |
| |||
0 commit comments