Skip to content

Commit dc90783

Browse files
committed
chore: fix sfc playground build
1 parent 017c860 commit dc90783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"open": "open http://localhost:3000/packages-private/template-explorer/local.html",
4040
"build-sfc-playground": "run-s build-all-cjs build-all-esm build-sfc-playground-self",
4141
"build-all-cjs": "node scripts/build.js vue runtime compiler reactivity shared -af cjs",
42-
"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",
42+
"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",
4343
"build-sfc-playground-self": "cd packages-private/sfc-playground && npm run build",
4444
"preinstall": "npx only-allow pnpm",
4545
"postinstall": "simple-git-hooks"

0 commit comments

Comments
 (0)