Skip to content

Commit

Permalink
types: Fix output stats definition
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Jan 11, 2025
1 parent 384ecbd commit 0f923cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export type ChunkStats = Omit<OutputChunk, 'code' | 'modules'> & {
modules: Record<string, ModuleStats>;
};

export type Stats = OutputBundle;
export type Stats = Record<string, AssetStats | ChunkStats>;

export type StatsOptions = {
/**
Expand Down

0 comments on commit 0f923cc

Please sign in to comment.