Hi, I have an interesting problem hopefully someone can help with. I'm loading some .js libraries using requirejs. In Firefox, it works just fine, but Chrome is attempting to pull some .map files in addition to the files I've requested.
Screenshot of Firefox:

Screenshot of Chrome:

It seems everything is otherwise fine, but I hate seeing the red lines with 404's there. Is there a way to shut the mapping requests off?
Thanks in advance