From 3a9f6926442dd673bfac67424317e04b80bcc0f8 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Tue, 4 Oct 2022 12:57:39 +0200 Subject: Fix Desktop thinking it's web I forgor to test host after adding web support --- src/webpack/patchWebpack.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/webpack') diff --git a/src/webpack/patchWebpack.ts b/src/webpack/patchWebpack.ts index ffd81d5..469b930 100644 --- a/src/webpack/patchWebpack.ts +++ b/src/webpack/patchWebpack.ts @@ -6,7 +6,6 @@ let webpackChunk: any[]; const logger = new Logger("WebpackInterceptor", "#8caaee"); -console.log("prepatch is", window[WEBPACK_CHUNK]); Object.defineProperty(window, WEBPACK_CHUNK, { get: () => webpackChunk, set: (v) => { -- cgit