homologate from multifile

This commit is contained in:
Luis Tejeda
2022-06-23 11:26:03 -05:00
parent 240fcde8fb
commit 920ea81dcc
6 changed files with 222 additions and 37 deletions

View File

@@ -4854,7 +4854,7 @@ module.exports = {
bundledFile[key] = value;
});
}
else {
else if (!_.isEmpty(contentAndComponents.components)) {
bundledFile.components = contentAndComponents.components;
}
if (!format) {