MCPcopy
hub / github.com/webpack/webpack / createContextModuleFactory

Method createContextModuleFactory

lib/Compiler.js:1394–1398  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1392 }
1393
1394 createContextModuleFactory() {
1395 const contextModuleFactory = new ContextModuleFactory(this.resolverFactory);
1396 this.hooks.contextModuleFactory.call(contextModuleFactory);
1397 return contextModuleFactory;
1398 }
1399
1400 newCompilationParams() {
1401 const params = {

Callers 1

newCompilationParamsMethod · 0.95

Calls 1

callMethod · 0.45

Tested by

no test coverage detected