]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix
authorEvan You <evan@vuejs.org>
Fri, 8 Nov 2024 11:58:25 +0000 (19:58 +0800)
committerEvan You <evan@vuejs.org>
Thu, 14 Nov 2024 12:58:14 +0000 (20:58 +0800)
scripts/build.js

index f3d9127798fd67f9d4ec82de9519fd98fc7f4e3d..c3581862185c719319057f6f941d7765c63a9b28 100644 (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)
               })
             }),
           ),