2๐
โ
I found that I need to use:
ionic capacitor run ios -- --mode development
-1๐
https://cli.vuejs.org/guide/cli-service.html
vue-cli-service build
produces a production-ready bundle in the dist/ directory, with minification for JS/CSS/HTML and auto vendor chunk splitting for better caching. The chunk manifest is inlined into the HTML.
-1๐
Check your angular.json
configuration file and ensure that configurations is set for dev
environments.
Source:stackexchange.com