79209694

Date: 2024-11-21 04:38:20
Score: 1
Natty:
Report link

I was having a similar issue trying to build my assets. It turns out that file extensions are case sensitive, so although according to the documentation 'jpg' are part of the known asset types, if your file is named '*.JPG', it will not recognize it as a plain 'jpg' image.

TL;DR: Make sure your file extensions are properly cased so Vite can interpret them correctly.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Arpad Flandorffer