Skip to content

Commit

Permalink
fix(cli): Add Batch plugin to static list (#5138)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Oct 14, 2021
1 parent cc29605 commit 9470633
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/src/cordova.ts
Expand Up @@ -510,6 +510,7 @@ export function needsStaticPod(plugin: Plugin): boolean {
'phonegap-plugin-push',
'@havesource/cordova-plugin-push',
'cordova-plugin-firebasex',
'@batch.com/cordova-plugin',
];
return pluginList.includes(plugin.id);
}
Expand Down

0 comments on commit 9470633

Please sign in to comment.