MCPcopy
hub / github.com/webpack/webpack / getRenderManifest

Method getRenderManifest

lib/Compilation.js:5535–5537  ·  lib/Compilation.js::Compilation.getRenderManifest

* Gets render manifest. * @param {RenderManifestOptions} options options object * @returns {RenderManifestEntry[]} manifest entries

(options)

Source from the content-addressed store, hash-verified

5533 * @returns {RenderManifestEntry[]} manifest entries
5534 */
5535 getRenderManifest(options) {
5536 return this.hooks.renderManifest.call([], options);
5537 }
5538
5539 /**
5540 * Creates a chunk assets.

Callers 2

createChunkAssetsMethod · 0.95
applyMethod · 0.80

Calls 1

callMethod · 0.45

Tested by

no test coverage detected