Load YAML files with refs
npm install yaml-refs
minuscule wrapper of json-refs that works with YAML
yamlRefs(filepath).then((parsedObject) => { console.log(parsedObject.propertyFoo); ...}