-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting hashingUnhandled type error when running build:prod #326
Comments
can you see issue erm0l0v/webpack-md5-hash#1 |
Hey @gdi2290 what's the actual reason for using webpack-md5-hash? To get less risk of collisions? If so, apparently it's possible to simply pass a different hashing algorithm in the output options as per the last comment there: https://webpack.github.io/docs/long-term-caching.html |
FYI I've created a sibling project with SHA rather than MD5: https://www.npmjs.com/package/webpack-sha-hash |
@gdi2290 Thank you! After updating md5-hash to 0.0.5 it shows me the useful error stack. |
I am getting below errors when trying to build prod dist
Build dev dist works. My webpack.prod.config.js is updated and modified similar to webpack.config.js
Could anyone guides where I should look onto?
The text was updated successfully, but these errors were encountered: