What is the way to achieve build variants (like gradle flavors) with Ionic?
In my case I would like to use the same code base to build several apps with small differences such as colors, JSON urls, labels etc.
Any help, experience, or hint appreciated.