ionic-team / ionic-cli

The Ionic command-line interface
MIT License
2k stars 651 forks source link

--no-livereload not working #4325

Open shaneparsons opened 4 years ago

shaneparsons commented 4 years ago

Description:

Adding the --no-livereload flag to ionic serve doesn't seem to do anything.

Steps to Reproduce:

My ionic info:

Ionic:

   Ionic CLI                     : 6.0.2 (/usr/local/lib/node_modules/@ionic/cli)
   Ionic Framework               : @ionic/angular 5.0.0
   @angular-devkit/build-angular : 0.801.3
   @angular-devkit/schematics    : 8.1.3
   @angular/cli                  : 8.1.3
   @ionic/angular-toolkit        : 2.1.2

Capacitor:

   Capacitor CLI   : 1.5.0
   @capacitor/core : 1.5.0

Utility:

   cordova-res : not installed
   native-run  : not installed

System:

   NodeJS : v12.14.1 (/usr/local/bin/node)
   npm    : 6.13.4
   OS     : macOS Catalina

Other Information:

I'm using Firefox 72.0.2 if it makes a difference...

shaneparsons commented 4 years ago

I've found that using ng serve --liveReload=false directly rather than going through ionic serve solves this issue, so the problem must lay somewhere between those.

gine commented 4 years ago

ng serve --liveReload=false but this can't be used with ionic react. sigh!