Closed 0xDarker closed 9 months ago
Hi, can you share a reproduction? I have tried on my windows machine, there is a small problem with the type of slash but not this kind of weird path.
Hi, can you share a reproduction? I have tried on my windows machine, there is a small problem with the type of slash but not this kind of weird path.
Here is the reproduction project. demo.zip
Hi, I have already implemented on my branch and this is not the problem. It is related to Vue plugin and windows some how. I continue to investigate.
So you was right, all path in build need to use posix format. A fix is coming in the 2.2.4.
I got "/assetsspritemap.[hash].svg" when build with Vite on Windows. But on Linux, it works fine.