- Convert all the
crypto
calls tomd5
to a non-crypto library- Aggregate all crypto hash usages into util/createHash (webpack/webpack#6006).
- Avoid calling hash.update with short strings (webpack/webpack#6006).
- Add Node 8 only non-crypto webassembly hashing algorithm.
- Improve concatConfigurations algorithm