Skip to content

Commit 7b4f589

Browse files
authored
Documentation compilation.hooks.chunkIds (#4050)
1 parent 9ae77ab commit 7b4f589

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/content/api/compilation-hooks.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,15 @@ Executed before assigning an `id` to each chunk.
273273
- Callback Parameters: `chunks`
274274

275275

276+
### `chunkIds`
277+
278+
`SyncHook`
279+
280+
Called to assign an `id` to each chunk.
281+
282+
- Callback Parameters: `chunks`
283+
284+
276285
### `optimizeChunkIds`
277286

278287
`SyncHook`

0 commit comments

Comments
 (0)