We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de3f3aa commit bced36aCopy full SHA for bced36a
1 file changed
build/lib/bundle.ts
@@ -46,7 +46,7 @@ export interface IEntryPoint {
46
name: string;
47
include?: string[];
48
exclude?: string[];
49
- prepend: string[];
+ prepend?: string[];
50
append?: string[];
51
dest?: string;
52
}
0 commit comments