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(remainingRequest): resolve issue when multiple variables are exposed for the same request. (#30)
The previous commit for more consistent hashes naively overwrote the
entire request, assuming there weren't additional loaders to be run
against the file. This modifies the changes to the request to only change
the path to the imported file rather than changing the entire
remainingRequest.
0 commit comments