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 1e63616 commit cb4d916Copy full SHA for cb4d916
1 file changed
src/cli/task-serve.ts
@@ -12,7 +12,7 @@ export async function taskServe(process: NodeJS.Process, config: d.Config, flags
12
}
13
14
config.flags.serve = true;
15
- config.devServer.openBrowser = false;
+ config.devServer.openBrowser = flags.open;
16
config.devServer.hotReplacement = false;
17
config.maxConcurrentWorkers = 1;
18
0 commit comments