Trying to build a heatmap on Google Maps via Yeoman. It works totally fine in all other browsers apart from IE. Does not function in IE 10 all the way to Edge. Edge doesn't throw an error, but it doesn't work.
Error is the standard '$' is undefined:
SCRIPT5009: '$' is undefined
I have jQuery installed into the <head>
and alongside the scripts at the bottom just incase there are any scripts running before jQuery, but I'm having no luck what-so-ever. Any ideas why?