Plugin Author
alekv
(@alekv)
Hi @philraymond
1. .map files do not influence the functionality of the plugin at all. Everything will work just fine. .map files are only here for debugging the otherwise unreadable minified JavaScript files. .map files help show how the code was written when viewing minified .js files.
And, your browser only tries to download the .map files if you’ve specifically enabled your (Chrome) browser to do so. https://cln.sh/0zw4VlBd. In Chrome this is turned off by default. Maybe not in other browsers.
2. The .map files are saved in the same folder as the minified versions of the .js files. And the Pixel Manager has no logic to serve the .map files. They are simply in that folder and available for download. If they are not there, like in your case when using the CDN, then it is the CDN that filters those out.
Kind regards
Aleksandar
