Skip to main content
webpack / EntryObject

Interface: EntryObject

Defined in: webpack/types.d.ts:4912 Multiple entry bundles are created. The key is the entry name. The value can be a string, an array or an entry description object.

Indexable

[index: string]: string | string[] | EntryDescription