fix(core): update

This commit is contained in:
2020-03-13 18:54:31 +00:00
parent f5340e7109
commit 0cca5cafdf
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ export class TsBundle {
/**
* the basic default options for rollup
*/
public getBaseOptions(fromArg: string = `ts_web/index.ts`, toArg: string = 'dist_web/bundle.js') {
public getBaseOptions(fromArg: string = `ts_web/index.ts`, toArg: string = 'dist_ts_web/bundle.js') {
logger.log('info', `from: ${fromArg}`);
logger.log('info', `to: ${toArg}`);