This won't stat (compile module) vite:
<img alt="Vue logo" src="./assets/logo.png" />
These will start even if logo is not found:
<img alt="Vue logo" src="assets/logo.png" />
<img alt="Vue logo" src="/assets/logo.png" />
I can't get any combination to work with both vite and vue-cli-service with vue 3.
Because it's not supported. This project isn't compatible with webpack based usage.
Most helpful comment
Because it's not supported. This project isn't compatible with webpack based usage.