Skip to content

Commit

Permalink
fix(cli): add cordova-plugin-google-analytics to static list (#5220)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored and thomasvidas committed Nov 10, 2021
1 parent b755104 commit 4910f10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/src/cordova.ts
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ export function needsStaticPod(plugin: Plugin, config: Config): boolean {
'cordova-plugin-firebasex',
'@batch.com/cordova-plugin',
'onesignal-cordova-plugin',
'cordova-plugin-google-analytics',
];
if (config.app.extConfig?.cordova?.staticPlugins) {
pluginList = pluginList.concat(
Expand Down

0 comments on commit 4910f10

Please sign in to comment.