fix(core): update
This commit is contained in:
parent
7fd0ff65e5
commit
5c00555ea8
@ -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}`);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user