[Vuejs]-Ionic 6 app keeps building in production mode

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.

Leave a comment