File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ exports.run = function (options) {
65
65
cwd = options . cwd ,
66
66
verbose = options . v || options . verbose ,
67
67
proxy = options . x || options . proxy ,
68
- hot = options . hot === 'false' ? false : true ,
68
+ hot = options . hot ,
69
69
middlewares = options . mw || options . middlewares ,
70
70
isHttps = options . s || options . https ,
71
71
port = options . p || options . port || 80 ,
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ exports.run = (options) => {
47
47
cwd = options . cwd ,
48
48
verbose = options . v || options . verbose ,
49
49
proxy = options . x || options . proxy ,
50
- hot = options . hot === 'false' ? false : true ,
50
+ hot = options . hot ,
51
51
middlewares = options . mw || options . middlewares ,
52
52
isHttps = options . s || options . https ,
53
53
port = options . p || options . port || 80 ,
You can’t perform that action at this time.
0 commit comments