Cordova Slack Digest

Wed, 06 Apr 2022 08:26:40 GMT

User count: 4688

Join the conversation at slack.cordova.io

Channel #general (7 messages)


Tue, 05 Apr 2022 12:26:03 GMT

@norman137 says

webpack should handle most, if not all of that.

Tue, 05 Apr 2022 12:27:36 GMT

@norman137 says

circular dependencies is the only thing webpack doesn't really handle gracefully, and it can be hard to debug problems caused by circular dependencies.

Tue, 05 Apr 2022 21:12:48 GMT

@norman137 says

Anyone else currently being spammed by github?

Tue, 05 Apr 2022 21:34:15 GMT

@mathewp.94 says

No spam for me

Wed, 06 Apr 2022 02:45:36 GMT

@mathewp.94 says

With node12 support ending this month, are older versions of cordova (in my case cordova-cli v9, android v9.1.0 and ios v 5.1.1) compatible with newer versions of node (v14, v16)?

Wed, 06 Apr 2022 03:02:22 GMT

@norman137 says

probably not node v16, but maybe node v14

Wed, 06 Apr 2022 03:20:28 GMT

@dpogue says

You should (in theory) be able to use an up-to-date cordova-cli to install older versions of the platforms

Channel #plugins (3 messages)


Wed, 06 Apr 2022 06:48:38 GMT

@chadori says

Hi there, Does anyone know a counterpart for the tags below, for the plugin.xml?

    <resource-file src="google-services.json" target="app/google-services.json" />
</platform>

<platform name="ios">
    <resource-file src="GoogleService-Info.plist" />
</platform>```
Thank you.

Wed, 06 Apr 2022 07:18:00 GMT

@timbru says

resource-file should be the same for both plugin.xml and config.xml

Wed, 06 Apr 2022 07:20:09 GMT

@chadori says

Thank you, @timbru. Does the target="" change when you use it in the plugin.xml, or is it also the same?