Commit 37041dc
committed
build(shared): drop hard-coded chunk ignoreSubpaths
The five hashed chunk subpaths were pinned to rolldown content hashes
that rotate whenever a chunk's bytes change, so the list silently goes
stale and the phantom-chunk diff returns. The _chunks/ nesting in this
PR keeps internal chunks off the ./* public surface, and break-check's
ignoreHashedChunks heuristic (clerk/break-check#50, adopted in #8722)
drops -<hash> suffixed chunks generically on both baseline and current
snapshots, so the hand-maintained list is redundant.1 parent 612d7d5 commit 37041dc
1 file changed
Lines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 26 | + | |
34 | 27 | | |
0 commit comments