Skip to content

Commit ca19124

Browse files
clarkdopi0
authored andcommitted
fix: extra properties in templateFiles (#4925)
1 parent 268851f commit ca19124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/builder/src/builder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ export default class Builder {
447447
dst: t.dst || path.basename(t.src || t),
448448
custom: true
449449
},
450-
t
450+
typeof t === 'object' ? t : undefined
451451
)
452452
})
453453
)

0 commit comments

Comments
 (0)