Closed ethax-ross closed 1 year ago
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
Review app deployed to https://review-teacher-training-adviser-1256.london.cloudapps.digital
Trello card
Trello-4299
Context
By default Shakapacker generates applicaton.js/css without any digest. This causes the browser to serve the cached version of the asset even after the contents have changed.
Changes proposed in this pull request
Change webpack to always generate JS/CSS asset filenames with a digest.
Also update webpack overlay to only show errors as we have deprecation warnings in dependencies we can't do anything about.
Guidance to review