fix(config): migrate configuration loading and init output from npmextra.json to smartconfig.json

This commit is contained in:
2026-03-24 15:06:01 +00:00
parent 5a5f6c6944
commit cb5d827420
7 changed files with 48 additions and 41 deletions

View File

@@ -19,7 +19,7 @@ export class CustomBundleHandler {
* Load configuration from npmextra.json
*/
public async loadConfig(): Promise<boolean> {
const npmextraInstance = new plugins.npmextra.Npmextra(this.cwd);
const npmextraInstance = new plugins.npmextra.Smartconfig(this.cwd);
this.config = npmextraInstance.dataFor<interfaces.ITsbundleConfig>('@git.zone/tsbundle', {
bundles: [],
});