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

Fix issue between Encore.enableIntegrityHashes() and filenames with a query-string #1349

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

Kocal
Copy link
Member

@Kocal Kocal commented Oct 2, 2024

Q A
Bug fix? yes
New feature? no
Deprecations? no
Issues Fix #...
License MIT

Follow #1345

When working on symfony/webpack-encore-bundle#237, I haven't able to see integrity hashes added on <link> tags, because my project uses query-string in generated filenames, but the bundle was not able to get those integrity hashes (because the entrypoints.json file contained "/build/sentry.js": "sha384-hash" instead of "/build/sentry.js?v=b86ff72e": "sha384-hash")

@Kocal Kocal force-pushed the fix-integrity-hashes-original-asset branch from 7e23c72 to f588b5a Compare October 2, 2024 07:08
@Kocal Kocal force-pushed the fix-integrity-hashes-original-asset branch from f588b5a to c965684 Compare October 2, 2024 07:14
@Kocal Kocal added the Bug Bug Fix label Oct 2, 2024
@Kocal Kocal merged commit 61459d6 into symfony:main Oct 2, 2024
28 checks passed
@Kocal Kocal deleted the fix-integrity-hashes-original-asset branch October 2, 2024 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Bug Fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant