mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-28 17:35:42 +08:00
webpack-dev-server patch for 'still-ok' success status (#1377)
This commit is contained in:
@@ -248,6 +248,7 @@ connection.onmessage = function(e) {
|
||||
case 'hash':
|
||||
handleAvailableHash(message.data);
|
||||
break;
|
||||
case 'still-ok':
|
||||
case 'ok':
|
||||
handleSuccess();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user