feat(exports): expose mod_custom, mod_output and interfaces from entry; make processSingleBundle public
This commit is contained in:
@@ -11,4 +11,7 @@ early.stop();
|
||||
export * from './tsbundle.class.tsbundle.js';
|
||||
export * from './mod_assets/index.js';
|
||||
export * from './mod_html/index.js';
|
||||
export * from './mod_custom/index.js';
|
||||
export * from './mod_output/index.js';
|
||||
export * from './interfaces/index.js';
|
||||
export { runCli };
|
||||
|
||||
Reference in New Issue
Block a user