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;