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

[webpack5-loc-plugin] Fix missing metadata during rebuild #5110

Merged
merged 1 commit into from
Feb 14, 2025

Conversation

dmichon-msft
Copy link
Contributor

Summary

Fixes a bug where chunk.localizedFiles was not present when the localized assets came from cache, breaking tooling that depended on it.

Details

Moved the assignment of the property outside of the cached call.

How it was tested

Debugger.

Impacted documentation

None.

@dmichon-msft dmichon-msft enabled auto-merge (squash) February 14, 2025 20:52
@dmichon-msft dmichon-msft merged commit 33336f6 into microsoft:main Feb 14, 2025
5 checks passed
@dmichon-msft dmichon-msft deleted the fix-incremental-loc branch February 14, 2025 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Closed
Development

Successfully merging this pull request may close these issues.

2 participants