Skip to main content
webpack / ExternalItemObjectKnown

Interface: ExternalItemObjectKnown

Defined in: webpack/types.d.ts:5667 If an dependency matches exactly a property of the object, the property value is used as dependency.

Properties

byLayer?

optional byLayer: {[index: string]: ExternalItem; } | (layer) => ExternalItem
Defined in: webpack/types.d.ts:5671 Specify externals depending on the layer.