-
-
Notifications
You must be signed in to change notification settings - Fork 40
[Bug] Frequent HMR frequent failures #1095
Comments
Hey @NathanaelA , |
Attached is the logs:
|
Third Test (Upgraded to @next): [email protected] |
Sorry for the late reply and thanks for the provided logs! We had a few similar issues in our 6.2 release and that's the main CLI-related improvement in 6.3. The problem was that we were not uploading all files during app restart which leads to an invalid app state with permanent old content ( All of the issues were fixed in the 6.3 release and I suggest you try updating If you have a similar issue with the 6.3 versions, please attach the new log traces in order to allow us to investigate it further. |
Environment
CLI: 6.2.x (Been happening since 6.0)
Cross-platform modules: 6.0 - 6.2.0
Android Runtime: 6.0 - 6.2
iOS Runtime: 6.0 - 6.3@next
Plugin(s): None
Node.js: 10.15.3
Please, attach your package.json and webpack.config.js as these configurations are usually critical for investigating issues with webpack
testvue.zip
(Please note; these are STOCK from a newly created vue app -- so probably not the issue 😀)
Describe the bug
HMR fails the majority of time
To Reproduce
Notes:
@vakrilov and I surmise this might be a issue on Linux machine(s), we both did the exact same steps, both of us created a new stock vue app -- his machine HMR worked perfectly. My machine HMR failed.
--no-hmr
does not improve the situation much (if any).Expected behavior
Always works 😀
Sample project
Just create a stock vue app
Additional context
Showed issue to @vakrilov at jsmobile conf
--- Log for working
Log for failing:
The text was updated successfully, but these errors were encountered: