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

Commit

Permalink
dev server host always 0.0.0.0, not host config
Browse files Browse the repository at this point in the history
  • Loading branch information
kdavh committed Apr 25, 2017
1 parent db284ea commit c991cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/development/hotClientServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class HotClientServer {
app.use(this.webpackDevMiddleware);
app.use(createWebpackHotMiddleware(compiler));

const listener = app.listen(port, host);
const listener = app.listen(port);

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

Expand Down

0 comments on commit c991cad

Please sign in to comment.