When I use the development server (ionic serve
) in my old dev config, it no longer detects code changes. I also see an additional line referencing webpack-dev-server
which I didn’t notice before:
% ionic serve --no-open
> ng run app:serve --host=localhost --port=8100
[ng] ℹ 「wds」: Project is running at http://localhost:8100/webpack-dev-server/
[ng] ℹ 「wds」: webpack output is served from /
[ng] ℹ 「wds」: 404s will fallback to //index.html
Here is a snapshot of my ionic info
:
% ionic info
Ionic:
Ionic CLI : 6.12.0 (/Users/m/.nvm/versions/node/v12.16.1/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 5.0.0
@angular-devkit/build-angular : 0.803.29
@angular-devkit/schematics : 8.2.2
@angular/cli : 8.3.25
@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.16.1 (/Users/m/.nvm/versions/node/v12.16.1/bin/node)
npm : 6.14.8
OS : macOS Catalina
The only major change I can think of is a recent upgrade to MacOS Catalina and related switch to /bin/zsh
. Any suggestions?
2 posts - 1 participant