**Describe the bug** <!-- A clear and concise description of what the bug is --> **Minimal Reproductions** <!-- Ideally, a git repo with the minimal setup that can reproduce this bug --> **Versions** - "vite-plugin-windicss": "^1.9.3", - "vite": "^5.2.0", - framework(vue/react/svelte/etc): **Additonal Context** <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="6395" height="1079" viewBox="0 0 6395 1079"> If svg file not have id attribute After vite build missing background-image. But add id attribute can fixed I don't know why <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id='a622e68e-7a65-46e9-94a9-d45sss' width="6395" height="1079" viewBox="0 0 6395 1079">