This repository was archived by the owner on Aug 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 79
Request update crypto-browserify to 3.0.1 #11
Comments
Thanks |
@sokra which version of webpack in the future can I expect to depend on node-libs-browser 0.4.x? |
I'll try to get a stable 1.3 version first and want to use in in the 1.4-beta. You can manually override individual modules via config: {
node: {
crypto: false
},
resolve: {
alias: {
crypto: require.resovle("crypto-browserify")
}
}
} |
Great - thanks again! |
done |
Thanks! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It fixed a SHA bug (browserify/sha.js#4)
Note the 3.0 series doesn't support the weak
Math.random
any more, it relies ongetRandomValues
so won't work on older browsers.The text was updated successfully, but these errors were encountered: