mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-15 20:17:22 +00:00
added format command and added trailing commas to reduce conflicts
This commit is contained in:
@@ -5,8 +5,8 @@ export const entryOutputMeta = (
|
||||
outputs: {
|
||||
output: string;
|
||||
meta: Metafile["outputs"][string];
|
||||
}[]
|
||||
) => void | Promise<void>
|
||||
}[],
|
||||
) => void | Promise<void>,
|
||||
): Plugin => ({
|
||||
name: "report-entry-output-plugin",
|
||||
setup(build) {
|
||||
@@ -29,5 +29,5 @@ export const entryOutputMeta = (
|
||||
await onComplete?.(outputs);
|
||||
}
|
||||
});
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user