From 584d1610333fa848f244531f0dfcc5b4c0fb42db Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Fri, 4 Jan 2019 11:06:50 +0100 Subject: [PATCH] Make `code` optional again in rollup warnings --- src/rollup/types.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rollup/types.d.ts b/src/rollup/types.d.ts index 24d2cc210a8..deee26f937a 100644 --- a/src/rollup/types.d.ts +++ b/src/rollup/types.d.ts @@ -12,7 +12,6 @@ export interface RollupError extends RollupLogProps { } export interface RollupWarning extends RollupLogProps { - code: string; exporter?: string; exportName?: string; guess?: string;