create-cycle-app icon indicating copy to clipboard operation
create-cycle-app copied to clipboard

Reload not working

Open cortopy opened this issue 7 years ago • 4 comments

Code to reproduce the issue:

  1. Run create-cycle-app my-app && cd my-app
  2. Then npm start
  3. Edit some styles. They are loaded ok using HMR
  4. Edit some text in counter.tsx. Webpack recompiles but browser page doesn't change
  5. Refresh page in browser would either leave page blank or webpack seems stuck in Waiting for update signal from WDS

Expected behavior: Page reloads after webpack recompiles

Versions of packages used: create-cycle-app version: 5.0.0

cortopy avatar Nov 13 '18 18:11 cortopy