Skip to content

Commit

Permalink
Make code optional again in rollup warnings (#2635)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Jan 5, 2019
1 parent 6b343ab commit 29b8c64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rollup/types.d.ts
Expand Up @@ -12,7 +12,6 @@ export interface RollupError extends RollupLogProps {
}

export interface RollupWarning extends RollupLogProps {
code: string;
exporter?: string;
exportName?: string;
guess?: string;
Expand Down

0 comments on commit 29b8c64

Please sign in to comment.