Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Won't Do
-
cordova@7.0.0
-
None
Description
cordova-labs-local-webserver modifies the config.xml using the after_plugin_install hook.
however it appears cordova prepare restores the config.xml so the changes done by the hook are undone.
Maybe before_prepare hook is a better idea ...