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:7439
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:7449
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:7464
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:7434
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:7469
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:7424
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:7474
true, when asset is javascript and an ESM
Inherited from
AssetInfo.javascriptModule
minimized?
optional
minimized:boolean
Defined in: node_modules/webpack/types.d.ts:7429
whether the asset is minimized
Inherited from
AssetInfo.minimized
modulehash?
optional
modulehash: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?
optional
related: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?
optional
size: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?
optional
sourceFilename: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