79409338

Date: 2025-02-03 16:11:47
Score: 1
Natty:
Report link

The issue turned out to be the file path. I made a post on Reddit about this issue and one user pointed out

<script>
  import '../scripts/menu.js';
</script>

Really should be

<script>
  import '../assets/scripts/menu.js';
</script> 

Once I made the change the page built as expected.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Mike P