Skip to main content

Interface: ManifestAsset

Defined in: packages/core/src/boot.ts:24

Extends

  • AssetInfo

Indexable

[key: string]: any

Properties

chunkhash?

optional chunkhash: string | string[]

Defined in: node_modules/webpack/types.d.ts:8589

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

Inherited from

AssetInfo.chunkhash


contenthash?

optional contenthash: string | string[]

Defined in: node_modules/webpack/types.d.ts:8599

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

Inherited from

AssetInfo.contenthash


development?

optional development: boolean

Defined in: node_modules/webpack/types.d.ts:8614

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

Inherited from

AssetInfo.development


fullhash?

optional fullhash: string | string[]

Defined in: node_modules/webpack/types.d.ts:8584

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

Inherited from

AssetInfo.fullhash


hotModuleReplacement?

optional hotModuleReplacement: boolean

Defined in: node_modules/webpack/types.d.ts:8619

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

Inherited from

AssetInfo.hotModuleReplacement


immutable?

optional immutable: boolean

Defined in: node_modules/webpack/types.d.ts:8574

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

Inherited from

AssetInfo.immutable


javascriptModule?

optional javascriptModule: boolean

Defined in: node_modules/webpack/types.d.ts:8624

true, when asset is javascript and an ESM

Inherited from

AssetInfo.javascriptModule


minimized?

optional minimized: boolean

Defined in: node_modules/webpack/types.d.ts:8579

whether the asset is minimized

Inherited from

AssetInfo.minimized


modulehash?

optional modulehash: string | string[]

Defined in: node_modules/webpack/types.d.ts:8594

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

Inherited from

AssetInfo.modulehash


name

name: string

Defined in: packages/core/src/boot.ts:25


optional related: Record<string, string | string[] | null>

Defined in: node_modules/webpack/types.d.ts:8629

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

Inherited from

AssetInfo.related


size?

optional size: number

Defined in: node_modules/webpack/types.d.ts:8609

size in bytes, only set after asset has been emitted

Inherited from

AssetInfo.size


sourceFilename?

optional sourceFilename: string

Defined in: node_modules/webpack/types.d.ts:8604

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

Inherited from

AssetInfo.sourceFilename