mirror of https://github.com/vuejs/core.git
chore: fix
This commit is contained in:
parent
d3cfb2684e
commit
8fff4ca147
|
@ -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)
|
||||
})
|
||||
}),
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue