When utilizing Vite and Vue, my goal is to compile a single JavaScript file without creating an assets
directory that includes SVG and GIF files during the build process. I want to achieve this without manually inserting the SVG code in a Vue JS file as a placeholder.
Is there a method to accomplish this? I have spent a day searching for solutions but haven't come across any answers yet. Any assistance would be greatly appreciated. It appears that GIFs are automatically included inline somehow.