Options
All
  • Public
  • Public/Protected
  • All
Menu

The mappings from request to module info.

Hierarchy

  • DllReferencePluginOptionsContent

Indexable

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

    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.