But I still see the following output in the console:
3:31:08 PM [vite] warning: invalid import "./assets/${file}". A file extension must be included in the static part of the import. For example: import(`./foo/${bar}.js`).
Plugin: vite:dynamic-import-vars
File: ...
Added to my plugins config:
But I still see the following output in the console:
Is there a way to hide this warning?