I love the servedir= option added in latest [not yet released] release. This makes development lifecycle much easier without needing to start multiple servers.
I also consider live reload functionality to be most essential to boost development lifecycle. A live reload server basically reloads the entire web page when src code changes. The underlying communication mechanism can be either SSE or websockets based.
Would you be open to add Live Reload to esbuild serve mode?
PS: I've been doing this outside esbuild with https://github.com/osdevisnot/sorvor and I'm open to try contributing this feature to esbuild.
I love the
servedir=option added in latest [not yet released] release. This makes development lifecycle much easier without needing to start multiple servers.I also consider live reload functionality to be most essential to boost development lifecycle. A live reload server basically reloads the entire web page when src code changes. The underlying communication mechanism can be either SSE or websockets based.
Would you be open to add Live Reload to esbuild serve mode?
PS: I've been doing this outside esbuild with https://github.com/osdevisnot/sorvor and I'm open to try contributing this feature to esbuild.