Skip to main content

Interface: ManifestAsset

@ima/core.ManifestAsset

Hierarchy

  • AssetInfo

    ManifestAsset

Properties

chunkhash

Optional chunkhash: string | string[]

the value(s) of the chunk hash used for this asset

Inherited from

AssetInfo.chunkhash

Defined in

node_modules/webpack/types.d.ts:7439


contenthash

Optional contenthash: string | string[]

the value(s) of the content hash used for this asset

Inherited from

AssetInfo.contenthash

Defined in

node_modules/webpack/types.d.ts:7449


development

Optional development: boolean

true, when asset is only used for development and doesn't count towards user-facing assets

Inherited from

AssetInfo.development

Defined in

node_modules/webpack/types.d.ts:7464


fullhash

Optional fullhash: string | string[]

the value(s) of the full hash used for this asset

Inherited from

AssetInfo.fullhash

Defined in

node_modules/webpack/types.d.ts:7434


hotModuleReplacement

Optional hotModuleReplacement: boolean

true, when asset ships data for updating an existing application (HMR)

Inherited from

AssetInfo.hotModuleReplacement

Defined in

node_modules/webpack/types.d.ts:7469


immutable

Optional immutable: boolean

true, if the asset can be long term cached forever (contains a hash)

Inherited from

AssetInfo.immutable

Defined in

node_modules/webpack/types.d.ts:7424


javascriptModule

Optional javascriptModule: boolean

true, when asset is javascript and an ESM

Inherited from

AssetInfo.javascriptModule

Defined in

node_modules/webpack/types.d.ts:7474


minimized

Optional minimized: boolean

whether the asset is minimized

Inherited from

AssetInfo.minimized

Defined in

node_modules/webpack/types.d.ts:7429


modulehash

Optional modulehash: string | string[]

the value(s) of the module hash used for this asset

Inherited from

AssetInfo.modulehash

Defined in

node_modules/webpack/types.d.ts:7444


name

name: string

Defined in

packages/core/src/boot.ts:25


Optional related: Record\<string, string | string[]>

object of pointers to other assets, keyed by type of relation (only points from parent to child)

Inherited from

AssetInfo.related

Defined in

node_modules/webpack/types.d.ts:7479


size

Optional size: number

size in bytes, only set after asset has been emitted

Inherited from

AssetInfo.size

Defined in

node_modules/webpack/types.d.ts:7459


sourceFilename

Optional sourceFilename: string

when asset was created from a source file (potentially transformed), the original filename relative to compilation context

Inherited from

AssetInfo.sourceFilename

Defined in

node_modules/webpack/types.d.ts:7454