Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(remainingRequest): resolve issue when multiple variables are expo…
…sed 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.
- Loading branch information