feat(exports): expose mod_custom, mod_output and interfaces from entry; make processSingleBundle public
This commit is contained in:
@@ -48,7 +48,7 @@ export class CustomBundleHandler {
|
||||
/**
|
||||
* Process a single bundle configuration
|
||||
*/
|
||||
private async processSingleBundle(bundleConfig: interfaces.IBundleConfig): Promise<void> {
|
||||
public async processSingleBundle(bundleConfig: interfaces.IBundleConfig): Promise<void> {
|
||||
const outputMode = bundleConfig.outputMode || 'bundle';
|
||||
const bundler = bundleConfig.bundler || 'esbuild';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user