Skip to content

Commit f547b2d

Browse files
committed
pin port to fix facebook#147
1 parent 5411717 commit f547b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-dev-utils/webpackHotDevClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ var connection = new SockJS(
162162
url.format({
163163
protocol: window.location.protocol,
164164
hostname: window.location.hostname,
165-
port: window.location.port,
165+
port: 3000,
166166
// Hardcoded in WebpackDevServer
167167
pathname: '/sockjs-node',
168168
})

0 commit comments

Comments
 (0)