Commit d7d0354
committed
refactor(@angular/build): refine rolldown advanced chunking strategy
Updates the experimental `advancedChunks` configuration for Rolldown to improve chunking behavior and web performance.
This change introduces a `maxSize` of 512 KB and a named `group` to the configuration. The `maxSize` helps prevent overly large JavaScript bundles that can harm load performance by blocking the main thread.1 parent 6639085 commit d7d0354
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
| 256 | + | |
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
| |||
0 commit comments