webpack-md5-hash
webpack-md5-hash copied to clipboard
Use hasha module for MD5 hash generate process
Using hasha I have achieved generate time drop from 2.5s to 700ms. This is probably because hasha internally uses native crypto module instead of custom implementation from md5 module.
Would you consider using this module? I suppose this needs to be additionally checked because of Node support.