What I mean is that if I edit the configuration of the Splash Screen or any other Plugin in capacitor.config.json is there any way to import that new configuration to the Android project?
What I do for now is delete the project and rebuild it every time I change something in that file or other Ionic configuration files, but it makes me very tired.
Is there a way to implement the new configuration from the capacitor.config.json file without needing to rebuild the project?
Also a small question, what does the “bundleWebRuntime” option mean? It’s in the capacitor.config.json configuration file.