fix(core): update

This commit is contained in:
Philipp Kunz 2020-03-14 21:26:24 +00:00
parent 7fd0ff65e5
commit 5c00555ea8

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_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}`);