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
- 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
Problem
Electronmon is having two issues.
electronmon ., make 'change b', and restart electronmon, what will be active serverside will be change a somehow.Recreation Of Bug
npm create @quick-start/electronnpx electronmon .or add it as a script to Package.json