Interface: ManifestAsset
Defined in: packages/core/src/boot.ts:24
Extends
AssetInfo
Indexable
[key: string]: any
Properties
chunkhash?
optionalchunkhash:string|string[]
Defined in: node_modules/webpack/types.d.ts:7439
the value(s) of the chunk hash used for this asset
Inherited from
AssetInfo.chunkhash
contenthash?
optionalcontenthash:string|string[]
Defined in: node_modules/webpack/types.d.ts:7449
the value(s) of the content hash used for this asset
Inherited from
AssetInfo.contenthash
development?
optionaldevelopment:boolean
Defined in: node_modules/webpack/types.d.ts:7464
true, when asset is only used for development and doesn't count towards user-facing assets
Inherited from
AssetInfo.development
fullhash?
optionalfullhash:string|string[]
Defined in: node_modules/webpack/types.d.ts:7434
the value(s) of the full hash used for this asset
Inherited from
AssetInfo.fullhash
hotModuleReplacement?
optionalhotModuleReplacement:boolean
Defined in: node_modules/webpack/types.d.ts:7469
true, when asset ships data for updating an existing application (HMR)
Inherited from
AssetInfo.hotModuleReplacement
immutable?
optionalimmutable:boolean
Defined in: node_modules/webpack/types.d.ts:7424
true, if the asset can be long term cached forever (contains a hash)
Inherited from
AssetInfo.immutable
javascriptModule?
optionaljavascriptModule:boolean
Defined in: node_modules/webpack/types.d.ts:7474
true, when asset is javascript and an ESM
Inherited from
AssetInfo.javascriptModule
minimized?
optionalminimized:boolean
Defined in: node_modules/webpack/types.d.ts:7429
whether the asset is minimized
Inherited from
AssetInfo.minimized
modulehash?
optionalmodulehash:string|string[]
Defined in: node_modules/webpack/types.d.ts:7444
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
related?
optionalrelated:Record<string,string|string[]>
Defined in: node_modules/webpack/types.d.ts:7479
object of pointers to other assets, keyed by type of relation (only points from parent to child)
Inherited from
AssetInfo.related
size?
optionalsize:number
Defined in: node_modules/webpack/types.d.ts:7459
size in bytes, only set after asset has been emitted
Inherited from
AssetInfo.size
sourceFilename?
optionalsourceFilename:string
Defined in: node_modules/webpack/types.d.ts:7454
when asset was created from a source file (potentially transformed), the original filename relative to compilation context
Inherited from
AssetInfo.sourceFilename