Disable Live Reload and Hot Reload in Expo Web

Hello everyone,

I can deactivate the live reload by blocking the request to sockjs-node from my browser, but it also disable hot reload of the app.

Did anyone have any success in enablig hot reload with expo for web?

Best regards,
Neo

1 Like

I also wonder this. I’ve tried to modify webpack-config like so:

return merge(config, {
   devServer: {hot: false, watchContentBase: false}
  });

But it doesn’t seem to help. :confused:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.