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}),