Skip to content

Commit

Permalink
docs: correct the options in README.md
Browse files Browse the repository at this point in the history
fix #333
  • Loading branch information
qmhc committed Aug 22, 2024
1 parent b82a4f9 commit 38758f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ export interface PluginOptions {
*
* @default () => {}
*/
afterBuild?: () => MaybePromise<void>
afterBuild?: (emittedFiles: Map<string, string>) => MaybePromise<void>
}
```

Expand Down

0 comments on commit 38758f7

Please sign in to comment.