Disable WebSocket in create-react-app

Viewed 3067

I'm just starting with create-react-app, and I found it annoying to see WebSocket errors in console (and the Chrome loading indicator shows up longer). Probably I will need WebSocket someday, but right now I just want to disable it. How do I do that?

1 Answers
Related