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 committed Nov 8, 2021
1 parent 8ff7434 commit 67a996c
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 67a996c

Please sign in to comment.