Skip to content

Instantly share code, notes, and snippets.

@sagar-gavhane
Created January 16, 2019 12:51
Show Gist options
  • Save sagar-gavhane/fb7560e84ab56dc038e8bd216402ac06 to your computer and use it in GitHub Desktop.
Save sagar-gavhane/fb7560e84ab56dc038e8bd216402ac06 to your computer and use it in GitHub Desktop.
Disable react dev tools in production.
if (!window.location.port && typeof window.__REACT_DEVTOOLS_GLOBAL_HOOK__ === 'object') {
window.__REACT_DEVTOOLS_GLOBAL_HOOK__.inject = function() {};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment