File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,9 @@ function prepare(options) {
52
52
return platforms . getPlatformApi ( p , platform_path ) . getPlatformInfo ( ) . locations . www ;
53
53
} ) ;
54
54
options . paths = paths ;
55
+ } ) . then ( function ( ) {
56
+ options = cordova_util . preProcessOptions ( options ) ;
57
+ return restore . installPluginsFromConfigXML ( options ) ;
55
58
} ) . then ( function ( ) {
56
59
options = cordova_util . preProcessOptions ( options ) ;
57
60
options . searchpath = options . searchpath || config_json . plugin_search_path ;
@@ -62,8 +65,6 @@ function prepare(options) {
62
65
return platforms . getPlatformApi ( platform ) . getPlatformInfo ( ) . locations . www ;
63
66
} ) ;
64
67
return hooksRunner . fire ( 'after_prepare' , options ) ;
65
- } ) . then ( function ( ) {
66
- return restore . installPluginsFromConfigXML ( options ) ;
67
68
} ) ;
68
69
} ) ;
69
70
}
You can’t perform that action at this time.
0 commit comments