We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using Vite 5.0.10 with rollup-plugin-license 3.2.0. The example config works, but for multipleVersions it complains:
multipleVersions
[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.
thirdParty
The text was updated successfully, but these errors were encountered:
I think the issue here is that schema defined here is missing multipleVersions.
Sorry, something went wrong.
Hi @mitar,
Thanks for the report and the analysis. I just published version 3.3.1 with this fix, feel free to comment/re-open if it doesn't work as expected :)
No branches or pull requests
I am using Vite 5.0.10 with rollup-plugin-license 3.2.0. The example config works, but for
multipleVersions
it complains:It works for all other config inside
thirdParty
object. Only ifmultipleVersions
is set it complains. I do not know why.The text was updated successfully, but these errors were encountered: