Skip to content
New issue

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

[stable1] fix(REUSELicensesPlugin): Emit files in generateBundle hook to have real filenames #284

Merged
merged 1 commit into from
Aug 7, 2024

Commits on Aug 7, 2024

  1. fix(REUSELicensesPlugin): Emit files in generateBundle hook to have…

    … real filenames
    
    Otherwise the files contain the hash placeholder, as the hash is only generated just before `generateBundle`.
    And Rollup does not replace the hash for other files, so we would end up with files like `foo-!{0001}.js.license`.
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux authored and backportbot[bot] committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8ffc4c7 View commit details
    Browse the repository at this point in the history