MCPcopy
hub / github.com/webpack/webpack / getCompilationHooks

Method getCompilationHooks

lib/web/JsonpTemplatePlugin.js:23–25  ·  view source on GitHub ↗

* Returns hooks. * @deprecated use JsonpChunkLoadingRuntimeModule.getCompilationHooks instead * @param {Compilation} compilation the compilation * @returns {JsonpChunkLoadingRuntimeModule.JsonpCompilationPluginHooks} hooks

(compilation)

Source from the content-addressed store, hash-verified

21 * @returns {JsonpChunkLoadingRuntimeModule.JsonpCompilationPluginHooks} hooks
22 */
23 static getCompilationHooks(compilation) {
24 return JsonpChunkLoadingRuntimeModule.getCompilationHooks(compilation);
25 }
26
27 /**
28 * Applies the plugin by registering its hooks on the compiler.

Callers 15

applyMethod · 0.45
applyMethod · 0.45
applyMethod · 0.45
applyMethod · 0.45
applyMethod · 0.45
applyMethod · 0.45
codeGenerationMethod · 0.45
generateMethod · 0.45
applyMethod · 0.45
applyMethod · 0.45
applyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected