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
fix(hash): inconsistent hashes for builds in different dirs. (#28)
This fixes an issue created by the loader when building projects in different
files. The expose-loader was previously changing requests to modules to
absolute paths, which caused equivalent builds to generate different hashes
when run in different directories.
The fix basically converts the new requests to relative paths, that are
relative to the original request.
0 commit comments