diff --git a/src/stack.ts b/src/stack.ts index 9d0b80b..51d6eea 100644 --- a/src/stack.ts +++ b/src/stack.ts @@ -2139,6 +2139,10 @@ export class Stack { } return existingReferences; }); + + for (const path in schema[this.types.assets]) { + paths.push(path) + } }) for (let i = 0, j = currentInclude.length; i < j; i++) {