Is outputHashing useful in Angular with PWA enabled?

Viewed 102

Output-hashing in Angular prevents version inconsistencies between parts of the application when browser or proxy cache is active.

With PWA, same is achieved with Service-Worker and ngsw.json which is also based on hashes.

Are there any scenarios where outputHashing=all can still be useful with PWA enabled? Are there any downsides of keeping it turned on?

IE is out of scope.

0 Answers
Related