fix(config): update .smartconfig.json handling and harden bundler runtime compatibility

This commit is contained in:
2026-05-09 12:34:00 +00:00
parent f19c7c69af
commit e5b2f2ba30
18 changed files with 2712 additions and 3190 deletions
+1 -1
View File
@@ -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);