Skip to content

Commit 4837dc9

Browse files
authoredDec 28, 2020
fix: the open option works using webpack serve without value (#2948)
1 parent 4ab1f21 commit 4837dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎bin/cli-flags.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module.exports = {
6262
},
6363
{
6464
name: 'open',
65-
type: String,
65+
type: [String, Boolean],
6666
describe:
6767
'Open the default browser, or optionally specify a browser name',
6868
},

0 commit comments

Comments
 (0)
Please sign in to comment.