On this page

These types are not exported by webpack, but they are available to TypeScript consumers.

  • data {CodeGenerationResultData} the resulting data for all source types
  • hash <string> a hash of the code generation result (will be automatically calculated from sources and runtimeRequirements if not provided)
  • runtimeRequirements {ReadonlySet|null} the runtime requirements
  • sources {Map<string, Source>} the resulting sources for all source types

Attributes
basename:<string>
chunkGraph:<ChunkGraph>
contentHash:<string>
contentHashType:<string>
contentHashWithLength:<object>
filename:<string>
hashWithLength:<object>
local:<string>
noChunkHash:<boolean>
prepareId:<object>
query:<string>