The mappings from request to module info.

Hierarchy

  • DllReferencePluginOptionsContent

Indexable

[index: string]: {
    buildMeta?: {
        [index: string]: any;
    };
    exports?: true | string[];
    id: string | number;
}
  • Optional buildMeta?: {
        [index: string]: any;
    }

    Meta information about the module.

    • [index: string]: any
  • Optional exports?: true | string[]

    Information about the provided exports of the module.

  • id: string | number

    Module ID.

Generated using TypeDoc