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