chore: fix

This commit is contained in:
Evan You 2024-11-08 19:58:25 +08:00
parent d3cfb2684e
commit 8fff4ca147
No known key found for this signature in database
GPG Key ID: 00E9AB7A6704CE0A
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ async function buildAll(targets) {
rolldown(c).then(bundle => {
return bundle.write(c.output).then(() => {
// @ts-expect-error
return path.join('packages', t, 'dist', c.output.entryFileNames)
return path.join('packages', t, 'dist', c.output.file)
})
}),
),