The module "fireTargettingPattern.js" is not being accepted because of the "export" declaration being placed at the end of the file, even though that is where Mozilla clearly states it should be !!!
Even with the export statement placed at the beginning of the script, I get the same error:
When I dug a bit deeper, I realized I had forgotten to change the HTML statement, and corrected it to show as follows:
<script src="js/fireTargettingPatterns.js" type="module" > </script>
But now, I get an error I can't seem to get rid of:
How can I get rid of that?