MCPcopy
hub / github.com/webpack/webpack / setRuntimeChunk

Method setRuntimeChunk

lib/Entrypoint.js:60–62  ·  view source on GitHub ↗

* Sets the runtimeChunk for an entrypoint. * @param {Chunk} chunk the chunk being set as the runtime chunk. * @returns {void}

(chunk)

Source from the content-addressed store, hash-verified

58 * @returns {void}
59 */
60 setRuntimeChunk(chunk) {
61 this._runtimeChunk = chunk;
62 }
63
64 /**
65 * Fetches the chunk reference containing the webpack bootstrap code

Callers 3

sealMethod · 0.95
addAsyncEntrypointMethod · 0.95
executeModuleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected