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:6454


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:6464


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:6479


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:6449


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:6484


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:6439


javascriptModule

Optional javascriptModule: boolean

true, when asset is javascript and an ESM

Inherited from

AssetInfo.javascriptModule

Defined in

node_modules/webpack/types.d.ts:6489


minimized

Optional minimized: boolean

whether the asset is minimized

Inherited from

AssetInfo.minimized

Defined in

node_modules/webpack/types.d.ts:6444


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:6459


name

name: string

Defined in

packages/core/src/boot.ts:24


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:6494


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:6474


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:6469