We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e9c5c5 commit dfb1fa8Copy full SHA for dfb1fa8
.vscode/settings.json
@@ -1,3 +1,3 @@
1
{
2
- "editor.formatOnSave": false
3
-}
+ "editor.formatOnSave": true
+}
WebExtPlugin.js
@@ -59,11 +59,9 @@ class WebExtPlugin {
59
60
browserConsole: this.browserConsole,
61
sourceDir: this.sourceDir,
62
- startUrl: 'http://localhost:3001',
63
- noReload: false,
+ startUrl: this.startUrl,
+ noReload: true,
64
target: this.target,
65
- chromiumBinary:
66
- "/Applications/Chromium.app/Contents/MacOS/Chromium",
67
},
68
{}
69
)
0 commit comments