From 2873314742bf2da4f6f78fe70805af6600500db6 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 12 Oct 2019 17:31:25 +0200 Subject: [PATCH] fix(core): update --- ts/tswatch.classes.tswatch.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/tswatch.classes.tswatch.ts b/ts/tswatch.classes.tswatch.ts index e9a9b21..313b9f9 100644 --- a/ts/tswatch.classes.tswatch.ts +++ b/ts/tswatch.classes.tswatch.ts @@ -47,7 +47,7 @@ export class TsWatch { commandToExecute: async () => { const tsbundle = new plugins.tsbundle.TsBundle(); const htmlHandler = new plugins.tsbundle.HtmlHandler(); - await tsbundle.buildProduction('./ts_web', './dist_web'); + await tsbundle.buildProduction('./ts_web/index.ts', './dist_web/bundle.js'); await htmlHandler.copyHtml(); }, timeout: null