From 345df135b995f84b9aa849291441f0dceb058f2d Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Mon, 9 Mar 2020 15:15:52 +0000 Subject: [PATCH] fix(core): update --- ts/tsbuild.cli.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/tsbuild.cli.ts b/ts/tsbuild.cli.ts index 292c7f9..59fb964 100644 --- a/ts/tsbuild.cli.ts +++ b/ts/tsbuild.cli.ts @@ -35,7 +35,7 @@ tsbuildCli.addCommand('custom').subscribe(async argvArg => { tsbuildCli.addCommand('element').subscribe(async argvArg => { await tsbuild.compileGlobStringObject({ "./ts_web": "dist_ts_web" - }, {}, process.cwd(), argvArg); + }, {}, process.cwd(), {web: true}); }); tsbuildCli.startParse();