* Gets render manifest. * @param {RenderManifestOptions} options options object * @returns {RenderManifestEntry[]} manifest entries
(options)
| 5533 | * @returns {RenderManifestEntry[]} manifest entries |
| 5534 | */ |
| 5535 | getRenderManifest(options) { |
| 5536 | return this.hooks.renderManifest.call([], options); |
| 5537 | } |
| 5538 | |
| 5539 | /** |
| 5540 | * Creates a chunk assets. |
no test coverage detected