From e84d2dc7ee755ab0dc7267f22293e7edfcd4e561 Mon Sep 17 00:00:00 2001 From: Jason Miller Date: Thu, 3 May 2018 12:01:13 -0700 Subject: [PATCH] remove redundant PRERENDER define --- global.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/global.d.ts b/global.d.ts index c91b407a..7b9d325d 100644 --- a/global.d.ts +++ b/global.d.ts @@ -1,5 +1,4 @@ declare const __webpack_public_path__: string; -declare const PRERENDER: boolean; declare interface NodeModule { hot: any;