If the data-property in a configuration is a string, if will be treated as module which is required in order to load the data.
The module-file should be allowed to contain YAML as well. Currently, Bootprint is not able to use the require-feature because it NodeJS can only require json, but not yaml.
If the
data-property in a configuration is a string, if will be treated as module which isrequired in order to load the data.The module-file should be allowed to contain YAML as well. Currently,
Bootprintis not able to use therequire-feature because it NodeJS can only require json, but not yaml.