-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Labels
needs team reproWe acknowledged your report and will soon try to reproduce itWe acknowledged your report and will soon try to reproduce it
Description
Version
3.0.0-rc.10
Node and OS info
Node 8.11.2 / Yarn 1.7.0 / Windows 10
Steps to reproduce
- git clone https://github.com/vinaybedre/vue-cli-3-hmr-bug
- yarn install
- npm start serve
- Open server at http://localhost:8080/about
- Do changes to any src file eg. under views/About.vue change the text
- Under browser's console, I get error Failed to load resource: net::ERR_CONNECTION_TIMED_OUT
- HMR is not working as expected and mentioned
What is expected?
HMR should update the browser's content based on changes made on src file
What is actually happening?
HMR is failing, any changes done to the src files are not being hot reloaded in browser.
chrismpettyjohn, benlind, FINDarkside, jershell, avxkim and 30 more
Metadata
Metadata
Assignees
Labels
needs team reproWe acknowledged your report and will soon try to reproduce itWe acknowledged your report and will soon try to reproduce it