Skip to content

Commit

Permalink
Make code optional again in rollup warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Jan 4, 2019
1 parent fbb5f9e commit 584d161
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 584d161

Please sign in to comment.