mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-23 10:25:19 +00:00
Fix YAML anchors
Fixes https://github.com/bastienwirtz/homer/issues/559 Based on https://eemeli.org/yaml/#schema-options
This commit is contained in:
parent
504efe01cb
commit
f160caecfa
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ export default {
|
|||
return response
|
||||
.text()
|
||||
.then((body) => {
|
||||
return parse(body);
|
||||
return parse(body, {merge: true});
|
||||
})
|
||||
.then(function (config) {
|
||||
if (config.externalConfig) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue