We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Because it's not supported. This project isn't compatible with webpack based usage.
Sorry, something went wrong.
resolver.ts
Merge pull request #1 from vitejs/client-event-target
795ab4b
feat: add EventTarget to @vite/client
No branches or pull requests
This won't stat (compile module) vite:
These will start even if logo is not found:
I can't get any combination to work with both vite and vue-cli-service with vue 3.
The text was updated successfully, but these errors were encountered: