MCPcopy
hub / github.com/webpack/webpack / newCompilationParams

Method newCompilationParams

lib/Compiler.js:1400–1406  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1398 }
1399
1400 newCompilationParams() {
1401 const params = {
1402 normalModuleFactory: this.createNormalModuleFactory(),
1403 contextModuleFactory: this.createContextModuleFactory()
1404 };
1405 return params;
1406 }
1407
1408 /**
1409 * Processes the provided compilation.

Callers 2

compileMethod · 0.95
createCompilationFunction · 0.80

Calls 2

Tested by

no test coverage detected