This commit is contained in:
Alex
2016-07-23 23:19:07 +03:00
committed by Dan Abramov
parent 10eae80ead
commit c9fd6979ac

View File

@@ -147,7 +147,7 @@ new WebpackDevServer(compiler, {
hot: true, // Note: only CSS is currently hot reloaded
publicPath: config.output.publicPath,
quiet: true
}).listen(3000, 'localhost', function (err, result) {
}).listen(3000, function (err, result) {
if (err) {
return console.log(err);
}