mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
wip
This commit is contained in:
parent
b99f517631
commit
92958d9de6
2 changed files with 2 additions and 3 deletions
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -99,8 +99,7 @@ const config: webpack.Configuration[] = [
|
|||
}
|
||||
]
|
||||
},
|
||||
externals: {
|
||||
},
|
||||
externals: {},
|
||||
plugins: [
|
||||
new webpack.IgnorePlugin({resourceRegExp: /.*\.js.map$/i}),
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue