Module: {
    chunkId: string;
    moduleId: string;
}

Type declaration

  • chunkId: string

    The chunk ID the module belongs to.

  • moduleId: string

    The module ID. Not unique, as most chunk modules are concatenated into one module.

Generated using TypeDoc v0.24.8