* Sets the runtimeChunk for an entrypoint. * @param {Chunk} chunk the chunk being set as the runtime chunk. * @returns {void}
(chunk)
| 58 | * @returns {void} |
| 59 | */ |
| 60 | setRuntimeChunk(chunk) { |
| 61 | this._runtimeChunk = chunk; |
| 62 | } |
| 63 | |
| 64 | /** |
| 65 | * Fetches the chunk reference containing the webpack bootstrap code |
no outgoing calls
no test coverage detected