You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I experienced the same issue. Removing the use of WebpackMd5Hash (and thus using the standard hashing mechanism of Webpack) removed the issue... why is WebpackMd5Hash used exactly?
We experienced the same issue just today. Removing the plugin "fixed" it, but why was this bug closed?
The webpack-md5-hash plugin seems to have some serious issues: erm0l0v/webpack-md5-hash#7 and erm0l0v/webpack-md5-hash#5.
[ X] bug report
[ ] feature request
[ ] question about the decisions made in the repository
This is quite easy to reproduce.
6(optional). Repeat the above steps with WebpackMd5Hash commented out, the problem goes away.
Result: two files have the same name but different content
Expected: two files have different names
The text was updated successfully, but these errors were encountered: