Skip to content

Commit

Permalink
RollupOptions accept output as array (#3184)
Browse files Browse the repository at this point in the history
  • Loading branch information
imcotton authored and lukastaegert committed Oct 23, 2019
1 parent dae509d commit e24bc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rollup/types.d.ts
Expand Up @@ -553,7 +553,7 @@ export interface RollupBuild {
}

export interface RollupOptions extends InputOptions {
output?: OutputOptions;
output?: OutputOptions | OutputOptions[];
}

export function rollup(options: RollupOptions): Promise<RollupBuild>;
Expand Down

0 comments on commit e24bc46

Please sign in to comment.