Skip to content

Commit

Permalink
Add needsCodeReference property to EmittedAsset (#4868)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red authored Feb 20, 2023
1 parent e0701d7 commit eb57f5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rollup/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export interface MinimalPluginContext {
export interface EmittedAsset {
fileName?: string;
name?: string;
needsCodeReference?: boolean;
source?: string | Uint8Array;
type: 'asset';
}
Expand Down

0 comments on commit eb57f5f

Please sign in to comment.