]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix sfc playground build
authorEvan You <evan@vuejs.org>
Tue, 10 Dec 2024 00:21:30 +0000 (08:21 +0800)
committerEvan You <evan@vuejs.org>
Tue, 10 Dec 2024 00:26:39 +0000 (08:26 +0800)
package.json

index 157e99fec12898bd4489ff726d1d4ec0bb7435ef..9e502ec604ae50b06b8c940ff357514815496855 100644 (file)
@@ -39,7 +39,7 @@
     "open": "open http://localhost:3000/packages-private/template-explorer/local.html",
     "build-sfc-playground": "run-s build-all-cjs build-all-esm build-sfc-playground-self",
     "build-all-cjs": "node scripts/build.js vue runtime compiler reactivity shared -af cjs",
-    "build-all-esm": "node scripts/build.js runtime reactivity shared -af esm-bundler && node scripts/build.js vue -f esm-bundler,esm-browser,esm-bundler-runtime,esm-browser-runtime && node scripts/build.js compiler-sfc server-renderer -f esm-browser",
+    "build-all-esm": "node scripts/build.js runtime reactivity shared -af esm-bundler && node scripts/build.js vue -f esm-bundler+esm-browser+esm-bundler-runtime+esm-browser-runtime+vapor && node scripts/build.js compiler-sfc server-renderer -f esm-browser",
     "build-sfc-playground-self": "cd packages-private/sfc-playground && npm run build",
     "preinstall": "npx only-allow pnpm",
     "postinstall": "simple-git-hooks"