Skip to content

Commit f67ccaa

Browse files
Robbie Halexdriaguine
Robbie H
authored andcommitted
webpack-dev-server patch for 'still-ok' success status (facebook#1377)
1 parent f1be3e5 commit f67ccaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-dev-utils/webpackHotDevClient.js

+1
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ connection.onmessage = function(e) {
248248
case 'hash':
249249
handleAvailableHash(message.data);
250250
break;
251+
case 'still-ok':
251252
case 'ok':
252253
handleSuccess();
253254
break;

0 commit comments

Comments
 (0)