Skip to content

Commit

Permalink
Simplify RollupOptions (#2622)
Browse files Browse the repository at this point in the history
Remove `input` and `cache` properties from `RollupOptions` interface.

Closes #2621
  • Loading branch information
Kinrany authored and lukastaegert committed Jan 3, 2019
1 parent f5364d9 commit 6d32530
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rollup/types.d.ts
Expand Up @@ -383,8 +383,6 @@ export interface RollupBuild {
}

export interface RollupOptions extends InputOptions {
cache?: RollupCache;
input: string | string[] | { [entryName: string]: string };
output?: OutputOptions;
}

Expand Down

0 comments on commit 6d32530

Please sign in to comment.