Hello!
Firstly, I want to thank @alexkrkn for this project. For some reason I couldn't find any tool like this... it seems like a major use-case.
I have a file that imports another file which imports .webp files. When I try to bundle it, I get this error for every .webp import:
/agents.ts:2:18: ERROR: No loader is configured for ".webp" files: /public/agents/Astra_icon.webp
How can we configure this loader?
Hello!
Firstly, I want to thank @alexkrkn for this project. For some reason I couldn't find any tool like this... it seems like a major use-case.
I have a file that imports another file which imports
.webpfiles. When I try to bundle it, I get this error for every.webpimport:/agents.ts:2:18: ERROR: No loader is configured for ".webp" files: /public/agents/Astra_icon.webpHow can we configure this loader?