From 61a4a56eb30b22bbe87e252374055ee199d8ef92 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Mon, 17 May 2021 09:45:19 -0400 Subject: [PATCH] fix npm build Signed-off-by: Sebastian Malton --- src/main/proxy/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/proxy/index.ts b/src/main/proxy/index.ts index 7c8da355d1..66b0fb83e2 100644 --- a/src/main/proxy/index.ts +++ b/src/main/proxy/index.ts @@ -21,3 +21,5 @@ // Don't export the contents here // It will break the extension webpack + +export const NoExportsToPreventBreakingWebpack: void = void 0;