neutralinojs/neutralinojs-cli

hot reload info loop

Closed this issue · 2 comments

when i run the neu run --frontend-lib-dev command, the following message constantly appears, even if the files are not changed. i use the app with vite and vue. message:

neu: INFO Hot reload patch was reverted.

Steps to reproduce the behavior:

  1. create vue and vite app
  2. create neu app with neu create myapp --template neutralinojs/neutralinojs-zero and copy files into vite folder
  3. run vite and neu run --frontend-lib-dev commands
  4. info message enters to loop

Expected behavior
no message unless there is a change

Screenshots/Screen recordings
Video

Specifications

  • OS: Linux (Pop!_OS 22.04)
  • Neutralinojs binaries: v4.10.0
  • Neutralinojs client: v3.8.2
  • neu CLI: v9.5.0

I have the same error using React. Eventually, this causes the browser to completely freeze up.

OS: Windows 11 22H2 22621.1555
Neutralinojs binaries: v4.9.0
Neutralinojs client: v3.8.0
neu CLI: v9.5.0

Closing this issue since it was fixed with the latest neu CLI program versions. Please use the latest CLI version. Thanks 🎉