()
| 5494 | } |
| 5495 | |
| 5496 | clearAssets() { |
| 5497 | for (const chunk of this.chunks) { |
| 5498 | chunk.files.clear(); |
| 5499 | chunk.auxiliaryFiles.clear(); |
| 5500 | } |
| 5501 | this._assetToChunkIndex = undefined; |
| 5502 | this._assetToChunkAuxiliaryIndex = undefined; |
| 5503 | } |
| 5504 | |
| 5505 | createModuleAssets() { |
| 5506 | const { chunkGraph } = this; |