🚫 A simple package that disables the React Developer Tools in production mode.
npm i --save disable-react-devtools
Disabling the React DevTools is as simple as requiring the module.
require('disable-react-devtools');
This is essentially a package around this Ryan Florence gist.
MIT License