Skip to content

Commit

Permalink
fix: include query in request
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Jan 28, 2019
1 parent 6a749d3 commit 0c7a0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ImportHttpPlugin {
.tapAsync(
RESOLVER_ID,
async (requestContext, resolveContext, callback) => {
let id = requestContext.request
let id = requestContext.request + requestContext.query
const { issuer } = requestContext.context

// if the issuer is a URL (cached in deps dir)
Expand Down

0 comments on commit 0c7a0be

Please sign in to comment.