File tree 5 files changed +1180
-351
lines changed
5 files changed +1180
-351
lines changed Original file line number Diff line number Diff line change 9
9
"request" : " launch" ,
10
10
"runtimeArgs" : [
11
11
" run-script" ,
12
- " dev:h5 "
12
+ " debug "
13
13
],
14
14
"runtimeExecutable" : " npm" ,
15
15
"skipFiles" : [
16
16
" <node_internals>/**"
17
17
],
18
18
"type" : " node" ,
19
- "cwd" : " ${workspaceFolder}/playground" ,
20
- "preLaunchTask" : " npm: watch" ,
21
19
"console" : " integratedTerminal"
22
20
}
23
21
]
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44
44
],
45
45
"scripts" : {
46
46
"clean" : " rimraf dist" ,
47
- "build" : " tsup" ,
47
+ "build" : " unbuild" ,
48
+ "stub" : " unbuild --stub" ,
49
+ "debug" : " unbuild --sourcemap && cd playground && pnpm dev:h5" ,
48
50
"watch" : " tsup --watch" ,
49
51
"typecheck" : " tsc -p . --noEmit" ,
50
52
"lint" : " eslint ." ,
54
56
"dependencies" : {
55
57
"@antfu/utils" : " ^0.7.7" ,
56
58
"@babel/generator" : " ^7.23.6" ,
57
- "@babel/traverse" : " ^7.24.1" ,
58
59
"@babel/types" : " ^7.24.0" ,
59
60
"@vue/compiler-sfc" : " ^3.4.21" ,
60
61
"ast-kit" : " ^0.12.1" ,
69
70
"@antfu/eslint-config" : " ^3.12.0" ,
70
71
"@antfu/utils" : " ^0.7.7" ,
71
72
"@babel/generator" : " ^7.23.6" ,
73
+ "@babel/traverse" : " ^7.26.9" ,
72
74
"@dcloudio/types" : " ^3.4.8" ,
73
75
"@types/babel__core" : " ^7.20.5" ,
74
76
"@types/babel__generator" : " ^7.6.8" ,
86
88
"lint-staged" : " ^15.2.2" ,
87
89
"magic-string" : " ^0.30.8" ,
88
90
"rimraf" : " ^5.0.5" ,
89
- "tsup" : " ^8.3.6" ,
90
91
"typescript" : " ^5.4.2" ,
92
+ "unbuild" : " ^3.3.1" ,
91
93
"unconfig" : " ^0.3.11" ,
92
94
"unplugin" : " ^1.10.0" ,
93
95
"vite" : " ^5.0.0" ,
You can’t perform that action at this time.
0 commit comments