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 3f2b74e commit 7ce6e82Copy full SHA for 7ce6e82
packages/build-tools/src/index.ts
@@ -65,7 +65,7 @@ async function main() {
65
const source = await readFile(src, 'utf8');
66
const precompiledSource = precompile(source, src, true) as string;
67
68
- // Using the old syntax because the new sytnax does not allow passing in the precompiled string
+ // Using the old syntax because the new syntax does not allow passing in the precompiled string
69
//@ts-ignore
70
const { component } = await componentize(precompiledSource, inlineWit, {
71
runtimeArgs,
0 commit comments