Skip to content
This repository was archived by the owner on Jun 3, 2019. It is now read-only.

Commit c991cad

Browse files
committed
dev server host always 0.0.0.0, not host config
1 parent db284ea commit c991cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/development/hotClientServer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class HotClientServer {
3434
app.use(this.webpackDevMiddleware);
3535
app.use(createWebpackHotMiddleware(compiler));
3636

37-
const listener = app.listen(port, host);
37+
const listener = app.listen(port);
3838

3939
this.listenerManager = new ListenerManager(listener, 'client');
4040

0 commit comments

Comments
 (0)