Commit 718a8b9
committed
build(shared): nest internal build chunks under _chunks/
Rolldown's content-hashed shared chunks were emitted flat in dist/runtime alongside the entry points. Since the package exposes "./*" mapping to dist/runtime/*, those chunks were enumerated as public subpaths and surfaced as phantom breaking changes in API-diff tooling whenever a chunk hash changed. Route them into dist/runtime/_chunks/ so the single-segment wildcard glob only matches real entry points. Runtime and type resolution are unchanged.1 parent 8d6bb56 commit 718a8b9
2 files changed
Lines changed: 22 additions & 0 deletions
File tree
- .changeset
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
58 | 75 | | |
59 | 76 | | |
60 | 77 | | |
0 commit comments