mirror of https://github.com/webpack/webpack.git
pass context to after-resolve hook
This commit is contained in:
parent
06812000bc
commit
90daea5fdd
|
|
@ -88,6 +88,7 @@ NormalModuleFactory.prototype.create = function(context, dependency, callback) {
|
|||
}
|
||||
function onDoneResolving() {
|
||||
this.applyPluginsAsyncWaterfall("after-resolve", {
|
||||
context: context,
|
||||
request: loaders.concat([resource]).join("!"),
|
||||
userRequest: userRequest,
|
||||
rawRequest: request,
|
||||
|
|
|
|||
Loading…
Reference in New Issue