File tree 1 file changed +4
-5
lines changed
packages/angular_devkit/build_angular/src/dev-server
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -564,11 +564,10 @@ function _addLiveReload(
564
564
const showWarning = options . hmrWarning ;
565
565
if ( showWarning ) {
566
566
logger . info ( tags . stripIndents `
567
- The project will still live reload when HMR is enabled,
568
- but to take advantage of HMR additional application code is required'
569
- (not included in an Angular CLI project by default).'
570
- See ${ webpackHmrLink }
571
- for information on working with HMR for Webpack.` ) ;
567
+ The project will still live reload when HMR is enabled, but to take full advantage of HMR
568
+ additional application code which is not included by default in an Angular CLI project is required.
569
+
570
+ See ${ webpackHmrLink } for information on working with HMR for Webpack.` ) ;
572
571
logger . warn (
573
572
tags . oneLine `To disable this warning use "hmrWarning: false" under "serve"
574
573
options in "angular.json".` ,
You can’t perform that action at this time.
0 commit comments