From 92958d9de60d6008201f4c7667c1b03a64bff07a Mon Sep 17 00:00:00 2001 From: Philip Peterson Date: Thu, 24 Apr 2025 20:00:07 -0700 Subject: [PATCH] wip --- app/index.ts | 2 +- webpack.config.ts | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/index.ts b/app/index.ts index 24564b49..3f9c0756 100644 --- a/app/index.ts +++ b/app/index.ts @@ -141,7 +141,7 @@ app.on('ready', () => const hwin = newWindow({width, height, x: startX, y: startY}, cfg, fn, profileName); windowSet.add(hwin); - void hwin.loadURL(url) + void hwin.loadURL(url); hwin.once('ready-to-show', () => { hwin.show(); diff --git a/webpack.config.ts b/webpack.config.ts index 6beeaf09..816bd14c 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -99,8 +99,7 @@ const config: webpack.Configuration[] = [ } ] }, - externals: { - }, + externals: {}, plugins: [ new webpack.IgnorePlugin({resourceRegExp: /.*\.js.map$/i}),