Closed
Description
🐞 Bug report
Command
- [ ] new
- [ ] build
- [x] serve
- [ ] test
- [ ] e2e
- [ ] generate
- [ ] add
- [ ] update
- [ ] lint
- [ ] xi18n
- [ ] run
- [ ] config
- [ ] help
- [ ] version
- [ ] doc
Is this a regression?
Yes, the previous version in which this bug was not present was: 7.3.8
Description
Disabling live reload when serving an app using ng serve --liveReload=false
fails to disable live reloading.
🔬 Minimal Reproduction
- Create a default application:
ng new my-app
. - Serve with live reload disabled:
ng serve --liveReload=false
. - Open the page at http://localhost:4200
- Edit then save any HTML/CSS/TypeScript file.
Observe the page automatically reloading.
🔥 Exception or Error
n/a
🌍 Your Environment
Angular CLI: 8.0.0-rc.1
Node: 10.15.3
OS: darwin x64
Angular: 8.0.0-rc.1
... animations, cli, common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... router
Package Version
-----------------------------------------------------------
@angular-devkit/architect 0.800.0-rc.1
@angular-devkit/build-angular 0.800.0-rc.1
@angular-devkit/build-optimizer 0.800.0-rc.1
@angular-devkit/build-webpack 0.800.0-rc.1
@angular-devkit/core 8.0.0-rc.1
@angular-devkit/schematics 8.0.0-rc.1
@ngtools/webpack 8.0.0-rc.1
@schematics/angular 8.0.0-rc.1
@schematics/update 0.800.0-rc.1
rxjs 6.4.0
typescript 3.4.5
webpack 4.30.0