Skip to content

Commit 37041dc

Browse files
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

File tree

break-check.config.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,5 @@
2323
"snapshotDir": ".api-snapshots",
2424
"mainBranch": "main",
2525
"checkVersionBump": true,
26-
"outputFormat": "markdown",
27-
"ignoreSubpaths": [
28-
"./handleValueOrFn-BWsoUzyL",
29-
"./index-CTKNTj8t",
30-
"./moduleManager-BsmFyRrH",
31-
"./url-BIKflgSC",
32-
"./waitForElement-DZxkXjac"
33-
]
26+
"outputFormat": "markdown"
3427
}

0 commit comments

Comments
 (0)