'Override Js file with version after extension in DevTool

I want to override a js file in the Chrome Devtool because I want to add log or other line to semplify my debug. I think the webapp is written in React. Normally, for override a single file, I just use "save for override" in the devtool and I can modify the local file. This time the file extension include the file version, like .js?v=1111 and the devtool override doesn't work. Does somebody know how to do in this case?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source