[browser-esbuild] live-reload=false workflow is less convenient now #27479
Labels
area: @angular-devkit/build-angular
devkit/build-angular:dev-server
freq1: low
Only reported by a handful of users who observe it rarely
severity2: inconvenient
type: bug/fix
Command
serve
Description
I often work with
live-reload
disabled. This is helpful when working on CSS changes, I can try things in browser and then make multiple edits in files before manually reloading.It's also faster when working on a laptop.
Before esbuild:
With esbuild:
Describe the solution you'd like
I was okay with the old behaviour where server wouldn't respond before successful compilation.
A less desired alternative would be to log Vite messages in browser's console, so that I can tell when compilation has finished there.
Describe alternatives you've considered
No response
The text was updated successfully, but these errors were encountered: