You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Angular has some code that regenerates chunk hashes for localized builds when there is a change in translations. The code was introduced here angular/angular-cli#16817
It works as expected for native Angular build, but breaks if used with custom webpack config. The hashes are not updated even if you make modifications to translation files
The problem might be with the incorrect hashing type used.
Describe the Bug
Angular has some code that regenerates chunk hashes for localized builds when there is a change in translations. The code was introduced here angular/angular-cli#16817
It works as expected for native Angular build, but breaks if used with custom webpack config. The hashes are not updated even if you make modifications to translation files
The problem might be with the incorrect hashing type used.
Minimal Reproduction
https://github.com/NogaMan/angular-builders-hashing-problem-repro
Expected Behavior
Chunk hashes updated
Environment
Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: