You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/11/20 17:43:18 UTC

[GitHub] brodybits opened a new issue #51: cordova-plugin-whitelist inconsistency in config.xml vs package.json

brodybits opened a new issue #51: cordova-plugin-whitelist inconsistency in config.xml vs package.json
URL: https://github.com/apache/cordova/issues/51
 
 
   I discovered that if I do `cordova create` the generated project has `cordova-plugin-whitelist` in `config.xml` but not `package.json`.
   
   My understanding is that the `config.xml` support will be dropped in a future release.
   
   I can think of the following possible solutions:
   * fix Cordova to include `cordova-plugin-whitelist` in `package.json` as well as `config.xml` (possible in a patch release)
   * Do not include `cordova-plugin-whitelist` in the generated project; let the app developer add the `cordova-plugin-whitelist` plugin if needed (should be considered for a major release)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org