Skip to content

Commit bced36a

Browse files
committed
Mark optional property
1 parent de3f3aa commit bced36a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/lib/bundle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export interface IEntryPoint {
4646
name: string;
4747
include?: string[];
4848
exclude?: string[];
49-
prepend: string[];
49+
prepend?: string[];
5050
append?: string[];
5151
dest?: string;
5252
}

0 commit comments

Comments
 (0)