Commit c9fd6979 authored by Alex's avatar Alex Committed by Dan Abramov
Browse files

Fix issue #127 (#128)

parent 10eae80e
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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);
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment