Reuse config file merge.
This commit is contained in:
parent
9a4b764bde
commit
7455e58270
@ -146,12 +146,7 @@ class ConfigChainBuilder {
|
||||
return config.alias === extendsConfig.filepath;
|
||||
});
|
||||
if (!existingConfig) {
|
||||
this.mergeConfig({
|
||||
type: "options",
|
||||
alias: extendsConfig.filepath,
|
||||
options: extendsConfig.options,
|
||||
dirname: extendsConfig.dirname,
|
||||
});
|
||||
this.mergeConfigFile(extendsConfig);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user