Skip to content

maxbaun/parcel-hmr-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to recreate Parcel HMR issue

  1. Clone this repo
  2. yarn install
  3. yarn dev
  4. Open in Chrome on http://localhost:1234
  5. Open browser console
  6. Make a change to the JSX in src/index.html
  7. See the console say "Console was cleared"
  8. Page will not replace the content you change, or reload

Steps to fix HMR issue

  1. Open src/index.html and remove the script tag on the
  2. Refresh browser on http://localhost:1234
  3. HMR should be working again

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published