mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-01 09:01:04 +08:00
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user