A call to require('crypto') inside browserify or webpack will automatically use the crypto-browserify package in the browser environment, and node crypto in Node.
Is there a reason to include this library? It causes large package bloat in Node projects.