We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10eae80 commit c9fd697Copy full SHA for c9fd697
scripts/start.js
@@ -147,7 +147,7 @@ new WebpackDevServer(compiler, {
147
hot: true, // Note: only CSS is currently hot reloaded
148
publicPath: config.output.publicPath,
149
quiet: true
150
-}).listen(3000, 'localhost', function (err, result) {
+}).listen(3000, function (err, result) {
151
if (err) {
152
return console.log(err);
153
}
0 commit comments