Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
6.0.0
Description
I have an after_prepare hook that makes changes to a plugin for windows only and when I do a cordova platform add windows it fails because the prepare hook tries to find the plugin and it isn't there. When I put a try catch around it the prepare succeeds and then I see the plugin add messages.
This seems like a wrong order of processing when adding the platform. It seems like the plugins should be added first then the prepare hook.
Attachments
Issue Links
- relates to
-
CB-10641 `cordova platform add` doesn't copy plugin files to www
- Closed