From 5c00555ea841bce11378b40db7428cec9543d63c Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 14 Mar 2020 21:26:24 +0000 Subject: [PATCH] fix(core): update --- ts/tsbundle.class.tsbundle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/tsbundle.class.tsbundle.ts b/ts/tsbundle.class.tsbundle.ts index d3ce2ba..7bfd835 100644 --- a/ts/tsbundle.class.tsbundle.ts +++ b/ts/tsbundle.class.tsbundle.ts @@ -5,7 +5,7 @@ export class TsBundle { /** * the basic default options for rollup */ - public getBaseOptions(fromArg: string = `ts_web/index.ts`, toArg: string = 'dist_ts_web/bundle.js') { + public getBaseOptions(fromArg: string = `ts_web/index.ts`, toArg: string = 'dist_bundle/bundle.js') { logger.log('info', `from: ${fromArg}`); logger.log('info', `to: ${toArg}`);