fix(core): update
This commit is contained in:
10
ts/index.ts
10
ts/index.ts
@ -1,13 +1,13 @@
|
||||
import * as early from '@pushrocks/early';
|
||||
early.start('tsbundle');
|
||||
// lets import all plugins beforehand
|
||||
import './tsbundle.plugins';
|
||||
import './tsbundle.plugins.js';
|
||||
|
||||
import { logger } from './tsbundle.logging';
|
||||
import { runCli } from './tsbundle.cli';
|
||||
import { logger } from './tsbundle.logging.js';
|
||||
import { runCli } from './tsbundle.cli.js';
|
||||
early.stop();
|
||||
|
||||
// lets make this usable programmatically
|
||||
export * from './tsbundle.class.tsbundle';
|
||||
export * from './tsbundle.htmlhandler';
|
||||
export * from './tsbundle.class.tsbundle.js';
|
||||
export * from './tsbundle.htmlhandler.js';
|
||||
export { runCli };
|
||||
|
Reference in New Issue
Block a user