fix(core): update

This commit is contained in:
Philipp Kunz 2019-10-12 17:31:25 +02:00
parent e26fa92744
commit 2873314742

View File

@ -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