We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e81488 commit 2138298Copy full SHA for 2138298
src/types.ts
@@ -91,7 +91,7 @@ export interface HookFnMap {
91
this: UnpluginBuildContext & UnpluginContext,
92
id: string,
93
importer: string | undefined,
94
- options: { isEntry: boolean }
+ options: { isEntry: boolean },
95
) => Thenable<string | ExternalIdResult | null | undefined>
96
97
// Output Generation Hooks
0 commit comments