electronmon icon indicating copy to clipboard operation
electronmon copied to clipboard

[bug] Electronmon Cashing / Not Refreshing On Main Changes

Open Varelion opened this issue 1 month ago • 0 comments

Problem

Electronmon is having two issues.

  1. It is not refreshing on a change to main.js
  2. If you make 'change a' to main.js, start electronmon ., make 'change b', and restart electronmon, what will be active serverside will be change a somehow.

Recreation Of Bug

  1. Initialize project with npm create @quick-start/electron
  • Enter
  • svelete
  • Yes
  • Yes
  • No
  1. Run npx electronmon . or add it as a script to Package.json
  2. Conduct changes to main.js through print statements, and observe a lack of refresh, and a caching of previous versions of main.js

Varelion avatar Nov 28 '25 21:11 Varelion