Optional cache busting and bundlers #2535
Labels
bug
This issue describes undesirable, incorrect, or unexpected behavior
help wanted
asking for help from the community, may require a certain platform or skill set to implement
Also mildly annoying is that some implementations of
Loadable
add a cache busting URL parameter by default whereas others don't, and thebustCache
field became private at some point. This seems like the worst possible implementation, I assume it is an oversight :-). For my case, I use a webpack plugin that adds a hash to the filename, so I don't need a cache busting URL parameter, so I did a little hack to disable it by setting the private_bustCache
field where it exists here: https://github.com/dcgw/super-metronome-hero/blob/main/resources.ts#L93-L98Originally posted by @djcsdy in #2522 (reply in thread)
The text was updated successfully, but these errors were encountered: