Skip to content

Commit dfb1fa8

Browse files
Cleanup
1 parent 2e9c5c5 commit dfb1fa8

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"editor.formatOnSave": false
3-
}
2+
"editor.formatOnSave": true
3+
}

WebExtPlugin.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,9 @@ class WebExtPlugin {
5959
{
6060
browserConsole: this.browserConsole,
6161
sourceDir: this.sourceDir,
62-
startUrl: 'http://localhost:3001',
63-
noReload: false,
62+
startUrl: this.startUrl,
63+
noReload: true,
6464
target: this.target,
65-
chromiumBinary:
66-
"/Applications/Chromium.app/Contents/MacOS/Chromium",
6765
},
6866
{}
6967
)

0 commit comments

Comments
 (0)