Bonnev
Bonnev
Not only closing, the whole websocket connection between the webapp and the server terminates, so you cannot write to files, you cannot open processes, you cannot communicate with the OS...
Hi all, Problem is exactly what @yeion7 said. It is located in [src/parse/index.js line 82 (in current master)](https://github.com/lxs24sxl/vite-plugin-html-env/blob/a7a87cd0a578dae7e0d6fc965a2cb9a074ba31e6/src/parse/index.js#L82): `this.html = this.html.replace(/\n/g, '')` which removes all new lines. Since the code...
@lxs24sxl Reminder 😇
@lxs24sxl I can confirm it works! PS: I'm sure it will be the best wedding!
Still reproducible in 7.6.0. I noticed that referencing another npm script (i.e. "npm:dev") causes the hanging, but writing the script directly seems to work fine.