fix(core): update
This commit is contained in:
parent
e26fa92744
commit
2873314742
@ -47,7 +47,7 @@ export class TsWatch {
|
|||||||
commandToExecute: async () => {
|
commandToExecute: async () => {
|
||||||
const tsbundle = new plugins.tsbundle.TsBundle();
|
const tsbundle = new plugins.tsbundle.TsBundle();
|
||||||
const htmlHandler = new plugins.tsbundle.HtmlHandler();
|
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();
|
await htmlHandler.copyHtml();
|
||||||
},
|
},
|
||||||
timeout: null
|
timeout: null
|
||||||
|
Loading…
Reference in New Issue
Block a user