-
Notifications
You must be signed in to change notification settings - Fork 133
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
HMR not working in Vue CLI 4.5.6 with Vue 3 - Typescript #258
Comments
I have the same problem. Double message, HRM only updates |
Same here, just import it and it breaking. |
Ok, just released 3.0.0-2. Please give that a go and let me know. |
Thanks @robmadole ! I'll try the new release this evening and confirm whether it solves the HMR issue. Btw really appreciate the work you do here. Cheers! |
@robmadole I'm experiencing HMR works when adding / removing the component |
@christhofer that's another issue that hasn't been resolved yet. |
HMR for the properties is still broken with 3.0.0-3 |
Describe the bug
With my current setup of creating a new project with Vue CLI, whenever I directly import
FontAwesomeIcon
and globally create the component inmain.ts
, HMR stopped working.If I use custom Vue Component, it is working just fine.
Dependencies
Expected behavior
HMR reload normally after saving changes.
main.ts
Console logs
There's a weird second dev related notification of webpack in Chrome console.
The text was updated successfully, but these errors were encountered: