Skip to content

Commit c9fd697

Browse files
Alexgaearon
Alex
authored andcommitted
Fix issue #127 (#128)
1 parent 10eae80 commit c9fd697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/start.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ new WebpackDevServer(compiler, {
147147
hot: true, // Note: only CSS is currently hot reloaded
148148
publicPath: config.output.publicPath,
149149
quiet: true
150-
}).listen(3000, 'localhost', function (err, result) {
150+
}).listen(3000, function (err, result) {
151151
if (err) {
152152
return console.log(err);
153153
}

0 commit comments

Comments
 (0)