Error when enabling multipleVersions
mitar opened this issue · 2 comments
mitar commented
I am using Vite 5.0.10 with rollup-plugin-license 3.2.0. The example config works, but for multipleVersions
it complains:
[rollup-plugin-license] -- Unknown property: "thirdParty.multipleVersions", allowed options are: sourcemap, debug, cwd, banner, thirdParty.
It works for all other config inside thirdParty
object. Only if multipleVersions
is set it complains. I do not know why.
mitar commented
I think the issue here is that schema defined here is missing multipleVersions
.