Skip to content

Commit

Permalink
fix: extra properties in templateFiles (#4925)
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo authored and pi0 committed Feb 1, 2019
1 parent 268851f commit ca19124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/builder/src/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ export default class Builder {
dst: t.dst || path.basename(t.src || t),
custom: true
},
t
typeof t === 'object' ? t : undefined
)
})
)
Expand Down

0 comments on commit ca19124

Please sign in to comment.