1.0.0 ā€¢ Published 8 years ago

disable-react-devtools v1.0.0

Weekly downloads
181
License
MIT
Repository
github
Last release
8 years ago

Disable React DevTools

šŸš« A simple package that disables the React Developer Tools in production mode.

Installation

npm i --save disable-react-devtools

Usage

Disabling the React DevTools is as simple as requiring the module.

require('disable-react-devtools');

Credits

This is essentially a package around this Ryan Florence gist.

License

MIT License