vite-plugin-solid-svg icon indicating copy to clipboard operation
vite-plugin-solid-svg copied to clipboard

Invalid SVG type ever since Bun 1.2.3 added an `*.svg` override type.

Open Blankeos opened this issue 11 months ago • 0 comments

What Bun added: Image

So when I do this:

Image

I still get this:

Image

Bun overrides .svg either way. It's always string. How can I override it again? :/

Blankeos avatar Mar 12 '25 05:03 Blankeos