File tree Expand file tree Collapse file tree 2 files changed +0
-92
lines changed
packages/angular/build/src/builders/dev-server Expand file tree Collapse file tree 2 files changed +0
-92
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments