Interface IChunkRegistryInternal

Hierarchy

  • IChunkRegistry

Implemented by

Properties

chunkModules: Map<string, Module>
chunks: Map<string, Chunk>

Methods

  • Register a module by the chunk ID it belongs to, the webpack module ID it belongs to, the namespace (extension ID), and its path.

    Parameters

    • chunkId: string | number
    • moduleId: string | number
    • namespace: string
    • urlPath: string

    Returns void

Generated using TypeDoc v0.24.8