fix(core): update
This commit is contained in:
		| @@ -34,7 +34,7 @@ tsbuildCli.addCommand('custom').subscribe(async argvArg => { | |||||||
|  |  | ||||||
| tsbuildCli.addCommand('element').subscribe(async argvArg => { | tsbuildCli.addCommand('element').subscribe(async argvArg => { | ||||||
|   await tsbuild.compileGlobStringObject({ |   await tsbuild.compileGlobStringObject({ | ||||||
|     "./ts_web": "dist_ts_web" |     "./ts_web/**/*.ts": "dist_ts_web" | ||||||
|   }, {}, process.cwd(), {web: true}); |   }, {}, process.cwd(), {web: true}); | ||||||
| }); | }); | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user