Interface: PathData
Defined in: webpack/types.d.ts:14064Properties
basename?
Defined in: webpack/types.d.ts:14072optionalbasename:string
chunk?
Defined in: webpack/types.d.ts:14068optionalchunk:Chunk|ChunkPathData
chunkGraph?
Defined in: webpack/types.d.ts:14065optionalchunkGraph:ChunkGraph
contentHash?
Defined in: webpack/types.d.ts:14075optionalcontentHash:string
contentHashType?
Defined in: webpack/types.d.ts:14074optionalcontentHashType:string
contentHashWithLength()?
Defined in: webpack/types.d.ts:14076optionalcontentHashWithLength: (length) =>string
Parameters
length
number
Returns
string
filename?
Defined in: webpack/types.d.ts:14071optionalfilename:string
hash?
Defined in: webpack/types.d.ts:14066optionalhash:string
hashWithLength()?
Defined in: webpack/types.d.ts:14067optionalhashWithLength: (length) =>string
Parameters
length
number
Returns
string
module?
Defined in: webpack/types.d.ts:14069optionalmodule:Module|ModulePathData
noChunkHash?
Defined in: webpack/types.d.ts:14077optionalnoChunkHash:boolean
prepareId()?
Defined in: webpack/types.d.ts:14079optionalprepareId: (id) =>string|number
Parameters
id
string | number
Returns
string | number
query?
Defined in: webpack/types.d.ts:14073optionalquery:string
runtime?
Defined in: webpack/types.d.ts:14070optionalruntime:RuntimeSpec
url?
Defined in: webpack/types.d.ts:14078optionalurl:string