File tree 1 file changed +0
-9
lines changed
packages/angular/build/src/builders/dev-server
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -166,15 +166,6 @@ export async function* serveWithVite(
166
166
// This will also replace file-based/inline styles as code if external runtime styles are not enabled.
167
167
browserOptions . templateUpdates =
168
168
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
-
178
169
browserOptions . incrementalResults = true ;
179
170
180
171
// Setup the prebundling transformer that will be shared across Vite prebundling requests
You can’t perform that action at this time.
0 commit comments