Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

9 changes: 0 additions & 9 deletions packages/angular/build/src/builders/dev-server/vite-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,15 +166,6 @@ export async function* serveWithVite(
// This will also replace file-based/inline styles as code if external runtime styles are not enabled.
browserOptions.templateUpdates =
serverOptions.liveReload && serverOptions.hmr && useComponentTemplateHmr;
if (browserOptions.templateUpdates) {
context.logger.warn(
'Component HMR has been enabled.\n' +
'If you encounter application reload issues, you can manually reload the page to bypass HMR and/or disable this feature with the' +
' `--no-hmr` command line option.\n' +
'Please consider reporting any issues you encounter here: https://github.com/angular/angular-cli/issues\n',
);
}

browserOptions.incrementalResults = true;

// Setup the prebundling transformer that will be shared across Vite prebundling requests
Expand Down