cordova-plugin-code-push icon indicating copy to clipboard operation
cordova-plugin-code-push copied to clipboard

Use cdvPluginPostBuildExtras instead of ext.postBuildExtras

Open kbrownlees opened this issue 6 years ago • 1 comments

Description

Only one ext.postBuildExtras can exist, if two plugins both define this function then only one of them will be run.

Should be able to use cdvPluginPostBuildExtras.add({}) instead, eg: https://issues.apache.org/jira/browse/CB-14163.

kbrownlees avatar Aug 25 '19 22:08 kbrownlees

This would be fixed in #599

szh avatar Jul 27 '20 19:07 szh