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.
prepare:types
1 parent c0a0edb commit b29d49cCopy full SHA for b29d49c
packages/wxt/src/core/utils/building/generate-wxt-dir.ts
@@ -63,7 +63,7 @@ export async function generateTypesDir(
63
entries.push(await getTsConfigEntry());
64
65
// Let modules add more entries
66
- wxt.hooks.callHook('prepare:types', wxt, entries);
+ await wxt.hooks.callHook('prepare:types', wxt, entries);
67
68
// Add main declaration file, not editable
69
entries.push(getMainDeclarationEntry(entries));
0 commit comments