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
Fist of all, thank you for your amazing work. Second, if that is something you would like to have, I would love to help.
When we use node_modules (most of the times) the LICENSE file is included there, but when you bundle everything in one file all the LICENSES are gone.
I was thinking that maybe that would be a nice feature, include all LICENSE files from the bundled devDependencies
Follow the licenses requirement about the code included in your package
No response
The text was updated successfully, but these errors were encountered:
Great idea!
I think we can add a --license flag to enable this.
--license
I haven't really looked into this, but here are some good references:
Sorry, something went wrong.
If you like you could take a look on https://github.com/visulima/packem/blob/main/packages/packem/src/rollup/plugins/license.ts
It does what you would like to have, it use marker in the file that you provide as a licence
No branches or pull requests
Feature request
Fist of all, thank you for your amazing work. Second, if that is something you would like to have, I would love to help.
When we use node_modules (most of the times) the LICENSE file is included there, but when you bundle everything in one file all the LICENSES are gone.
I was thinking that maybe that would be a nice feature, include all LICENSE files from the bundled devDependencies
Motivations
Follow the licenses requirement about the code included in your package
Alternatives
No response
Additional context
No response
Bugs are expected to be fixed by those affected by it
Compensating engineering work financially will speed up resolution
The text was updated successfully, but these errors were encountered: