electronmon
electronmon copied to clipboard
[bug] Electronmon Cashing / Not Refreshing On Main Changes
Problem
Electronmon is having two issues.
- It is not refreshing on a change to main.js
- 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
- Initialize project with
npm create @quick-start/electron
- Enter
- svelete
- Yes
- Yes
- No
- Run
npx electronmon .or add it as a script to Package.json - Conduct changes to main.js through print statements, and observe a lack of refresh, and a caching of previous versions of main.js