webpack/node-libs-browser

crypto-browserify version needs update to work with some (?) webpack builds

designreact opened this issue · 2 comments

Given "crypto-browserify": "~3.2.6",

Bundled (React) Webpack output errors with: 'Uncaught ReferenceError: _crypto is not defined'

This is I believe fixed in crypto-browserify 3.9.14

crypto-browserify/crypto-browserify@30d96df

Any chance of an update?

... I created a pull request #35

Also more functions are implemented there, such as createVerify, which are needed for libs such as jsonwebtoken.