'Ionic 6 app keeps building in production mode
Solution 1:[1]
https://cli.vuejs.org/guide/cli-service.html
vue-cli-service buildproduces 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.
Solution 2:[2]
Check your angular.json configuration file and ensure that configurations is set for dev environments.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | ceejayoz |
| Solution 2 | mahen23 |

