Resources to load are specified with a list of .json files generated by TexturePacker.
I need to cancel caching so intend to append "file.png?123456" unique numbers to every file specified within .json files.
I specified middleware to do that but somehow middleware is actually called for file.png even before it is called for file.json
Is it possible to modify contents of loading .json files on the fly? Or just solve such problem in any other way?