angular-cli icon indicating copy to clipboard operation
angular-cli copied to clipboard

fix(@angular/build): disable dev-server websocket when live reload is disabled

Open clydin opened this issue 1 year ago • 0 comments

When live reload is disabled ("liveReload": false/no-live-reload) within the development server, the Vite websocket server will no longer be initialized. Additionally, the client code will not be loaded by the browser. This allows the development server to be used in test scenarios that would prefer to more fully represent the production fielded configuration such as E2E testing or other forms of browser-based testing.

clydin avatar Oct 02 '24 15:10 clydin