Skip to content

Commit 8c6b816

Browse files
rafecafacebook-github-bot
authored andcommittedJan 19, 2018
Allow to attach the HMR server to an external http server
Reviewed By: BYK Differential Revision: D6752279 fbshipit-source-id: 250255a3b1226f8aab6054e507cb3910cdcd6a85
1 parent 1aac962 commit 8c6b816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎local-cli/server/runServer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ function runServer(
131131
attachWebsocketServer({
132132
httpServer: serverInstance,
133133
path: '/hot',
134-
websocketServer: new HmrServer(packagerServer, reporter),
134+
websocketServer: new HmrServer(packagerServer),
135135
});
136136

137137
wsProxy = webSocketProxy.attachToServer(serverInstance, '/debugger-proxy');

0 commit comments

Comments
 (0)
Please sign in to comment.