Devserver SFC assets #2151
-
I have image assets that I don't want served from the <img src="@/images/navigation_logo.svg" /> For the production build, this works great. The chunk is identified as an asset, and copied over to the assets directory. The dev-server, however, doesn't seem to pick up the alias, and therefore doesn't do the transform. This results in an error:
Has anyone else bumped into this? Shall I open an issue for it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ah, I see this has been picked up already. Thought it was a Vite problem, but seemingly also a Vue problem. 😅 |
Beta Was this translation helpful? Give feedback.
Ah, I see this has been picked up already. Thought it was a Vite problem, but seemingly also a Vue problem.
😅