The * .map file is the source map. It contains information, for example, about the positions of the functions of the non-minified Qtip2 source code. Please note that I used a mini version of this on my web page.
Source maps help to develop using post-processed (for example, reduced) source code, without losing the ability to view the code, for example, when errors occur.
The Chrome debugger, as you can see in the image in my question above, loads it by default. After disabling this function, the file will no longer be loaded in the debugger settings.
Check out the video for short info or this documentation from Google.
Firefox offers the same function as here .
Sebastian barth
source share