We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8498fc0 commit d6b2515Copy full SHA for d6b2515
1 file changed
lib/Compiler.js
@@ -448,10 +448,7 @@ class Compiler extends Tapable {
448
}
449
450
createContextModuleFactory() {
451
- const contextModuleFactory = new ContextModuleFactory(
452
- this.resolverFactory,
453
- this.inputFileSystem
454
- );
+ const contextModuleFactory = new ContextModuleFactory(this.resolverFactory);
455
this.hooks.contextModuleFactory.call(contextModuleFactory);
456
return contextModuleFactory;
457
0 commit comments