Skip to content

Commit

Permalink
enable accessing localhost via ip
Browse files Browse the repository at this point in the history
  • Loading branch information
markusenglund committed Jul 31, 2018
1 parent a838547 commit 99e4775
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack.config.js
Expand Up @@ -30,6 +30,7 @@ module.exports = {
},
devServer: {
contentBase: path.join(__dirname, "demo/dist"),
port: 8000
port: 8000,
host: "0.0.0.0"
}
};

0 comments on commit 99e4775

Please sign in to comment.