Skip to content

Commit 5c0767a

Browse files
committed
fix: add missing overload for addChunkInGroup
1 parent 508877c commit 5c0767a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

types.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1644,6 +1644,7 @@ declare class Compilation {
16441644
module: RuntimeModule,
16451645
chunkGraph?: ChunkGraph
16461646
): void;
1647+
addChunkInGroup(groupOptions: string | ChunkGroupOptions): ChunkGroup;
16471648
addChunkInGroup(
16481649
groupOptions: string | ChunkGroupOptions,
16491650
module: Module,

0 commit comments

Comments
 (0)