Is there a way to use resource hashing? So that I ...
# javascript
m
Is there a way to use resource hashing? So that I get
assets/image.<somehash>.png
for example and can also reference it properly.
🔥 2
t
Do you need such “magic” for
distribution
?
m
That’s not magic but standard when building web apps to avoid caching issues. Yes, for production distribution.
Solved it 🎉