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
@giolvani This is definitely possible to implement, but I don't really see the purpose / usefulness of this. The whole point of this transform is to automatically manage the cache busting for you. If you set the version to something static, then you'd have to update that value manually every time you change anything in the bundle contents.
I could see maybe providing an optional delegate parameter that would allow anyone to override the hash generation logic. That would allow you to set a static string for the hash, or perhaps use an alternate hashing algorithm.
It would be nice, if I could set my own version cache.
This way I could be more control of my application.
instead
could be
Thank you!
The text was updated successfully, but these errors were encountered: