Minified filename hash never changes #12883
Unanswered
jaketoolson
asked this question in
Q&A
Replies: 1 comment
-
It appears this minified hash (salt?) is derived from
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When building and deploying, the minified hash in the filename never changes. It's always
main.9d6505b9.js
.Is this intended behavior?
(seems like a solution could be related to: #4156)
The problem I run into is the browser cache -- the minified files are cached, however, when I deploy obviously the contents changes. Without doing this, various functionality is broken until refreshed. Maybe I'm doing something wrong in my build/deploy as I assume others would run into this problem and report it. Or I'm assuming most people eject? 🤷
Current infrastructure is AWS ECS with load balancing and api gateway to multiple instances. Deployment is blue/green.
Beta Was this translation helpful? Give feedback.
All reactions