Skip to content

Commit 6d264a3

Browse files
committed
refactor(@angular/build): remove Component HMR has been enabled warning
Known issues have been fixed.
1 parent 25514b8 commit 6d264a3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

packages/angular/build/src/builders/dev-server/vite-server.ts

-9
Original file line numberDiff line numberDiff line change
@@ -166,15 +166,6 @@ export async function* serveWithVite(
166166
// This will also replace file-based/inline styles as code if external runtime styles are not enabled.
167167
browserOptions.templateUpdates =
168168
serverOptions.liveReload && serverOptions.hmr && useComponentTemplateHmr;
169-
if (browserOptions.templateUpdates) {
170-
context.logger.warn(
171-
'Component HMR has been enabled.\n' +
172-
'If you encounter application reload issues, you can manually reload the page to bypass HMR and/or disable this feature with the' +
173-
' `--no-hmr` command line option.\n' +
174-
'Please consider reporting any issues you encounter here: https://github.com/angular/angular-cli/issues\n',
175-
);
176-
}
177-
178169
browserOptions.incrementalResults = true;
179170

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

0 commit comments

Comments
 (0)