-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
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
Why ts error in .vue file can not be displayed in Vite HMR overlay #4393
Comments
Check the typescript section here. https://vitejs.dev/guide/features.html#typescript. There might be a plug-in that can be used to accomplish this. |
I followed the description of typescript section, and use vite-plugin-checker to accomplish it, but it's still not worked |
@duola8789 I have used the vite-plugin-checker with its default config and it worked fine for me:
|
I tried, but it didn't work for me. However, vite-plugin-checker updated 3 days ago and I set thanks anyway |
I'm closing this issue because the behavior matches the documentation, thus not a bug. |
Describe the bug
My IDE is Webstorm, I can get ts error in Typescript terminal, but it can not be dispalyed in Vite HMR overlay
And Vite HMR overlay also doesn't show the error
is is possible to show the error on broswer just like Vue CLI?
Reproduction
System Info
Used Package Manager
yarn
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: