mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
fix: extra properties in templateFiles (#4925)
This commit is contained in:
parent
268851fe85
commit
ca191240fb
@ -447,7 +447,7 @@ export default class Builder {
|
|||||||
dst: t.dst || path.basename(t.src || t),
|
dst: t.dst || path.basename(t.src || t),
|
||||||
custom: true
|
custom: true
|
||||||
},
|
},
|
||||||
t
|
typeof t === 'object' ? t : undefined
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user