File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
"dev-sfc-run" : " run-p \" dev compiler-sfc -f esm-browser\" \" dev vue -if esm-bundler-runtime\" \" dev server-renderer -if esm-bundler\" dev-sfc-serve" ,
33
33
"serve" : " serve" ,
34
34
"open" : " open http://localhost:3000/packages/template-explorer/local.html" ,
35
- "build-sfc-playground" : " run-s build-compiler -cjs build-runtime-esm build-ssr-esm build-sfc-playground-self" ,
36
- "build-compiler -cjs" : " node scripts/build.js compiler reactivity-transform shared -af cjs" ,
35
+ "build-sfc-playground" : " run-s build-all -cjs build-runtime-esm build-ssr-esm build-sfc-playground-self" ,
36
+ "build-all -cjs" : " node scripts/build.js vue runtime compiler reactivity reactivity-transform shared -af cjs" ,
37
37
"build-runtime-esm" : " node scripts/build.js runtime reactivity shared -af esm-bundler && node scripts/build.js vue -f esm-bundler-runtime && node scripts/build.js vue -f esm-browser-runtime" ,
38
38
"build-ssr-esm" : " node scripts/build.js compiler-sfc server-renderer -f esm-browser" ,
39
39
"build-sfc-playground-self" : " cd packages/sfc-playground && npm run build" ,
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ nr build core --formats cjs
17
17
*/
18
18
19
19
import fs from 'node:fs/promises'
20
- import { existsSync , readFileSync } from 'node:fs'
20
+ import { existsSync } from 'node:fs'
21
21
import path from 'node:path'
22
22
import minimist from 'minimist'
23
23
import { gzipSync , brotliCompressSync } from 'node:zlib'
You can’t perform that action at this time.
0 commit comments