fix(config): update .smartconfig.json handling and harden bundler runtime compatibility
This commit is contained in:
@@ -16,7 +16,7 @@ export class CustomBundleHandler {
|
||||
}
|
||||
|
||||
/**
|
||||
* Load configuration from smartconfig.json
|
||||
* Load configuration from .smartconfig.json
|
||||
*/
|
||||
public async loadConfig(): Promise<boolean> {
|
||||
const smartconfigInstance = new plugins.smartconfig.Smartconfig(this.cwd);
|
||||
|
||||
Reference in New Issue
Block a user