I get this error:
Failed to load module script: The server responded with a non-JavaScript MIME type of \"\". Strict MIME type checking is enforced fo
I solved the same problem adding this line to apache mime types file configuration:
AddType aplication/javascript .js
I hope this helps.