fix(core): update
This commit is contained in:
parent
31e99a0035
commit
345df135b9
@ -35,7 +35,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": "dist_ts_web"
|
||||||
}, {}, process.cwd(), argvArg);
|
}, {}, process.cwd(), {web: true});
|
||||||
});
|
});
|
||||||
|
|
||||||
tsbuildCli.startParse();
|
tsbuildCli.startParse();
|
||||||
|
Loading…
Reference in New Issue
Block a user