* Indicates whether this chunk group is loaded as part of the initial page * load instead of being created lazily. * @returns {boolean} true, when this chunk group will be loaded on initial page load
()
| 49 | * @returns {boolean} true, when this chunk group will be loaded on initial page load |
| 50 | */ |
| 51 | isInitial() { |
| 52 | return this._initial; |
| 53 | } |
| 54 | |
| 55 | /** |
| 56 | * Sets the runtimeChunk for an entrypoint. |
no outgoing calls
no test coverage detected