You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue #1940 explains how to disable hot reloading for CRA 3, but this is now out of date. For CRA 4, I have removed the HotModuleReplacementPlugin, but my CRA dev server still tries to access localhost/sockjs-node. What plugin/configuration option prevents the setup of a websocket entirely?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Issue #1940 explains how to disable hot reloading for CRA 3, but this is now out of date. For CRA 4, I have removed the
HotModuleReplacementPlugin
, but my CRA dev server still tries to accesslocalhost/sockjs-node
. What plugin/configuration option prevents the setup of a websocket entirely?Beta Was this translation helpful? Give feedback.
All reactions