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 2019/07/11 18:19:36 UTC

[GitHub] [cordova-docs] dpogue commented on issue #1004: Cordova v9.0.0 no longer uses plugins in the config.xml – not reflected in docs

dpogue commented on issue #1004: Cordova v9.0.0 no longer uses plugins in the config.xml – not reflected in docs
URL: https://github.com/apache/cordova-docs/issues/1004#issuecomment-510598007
 
 
   As of the latest Cordova release (9.x):
   
   * Platforms and Plugins are saved into package.json `dependencies` when they are added to a project
     * We’d like to move these to `devDependencies` instead in the next major
   * `cordova prepare` will use the list of platforms/plugins from package.json as the canonical version
   * If there are no platforms/plugins listed in package.json, and they exist in config.xml, `cordova prepare` will migrate them over to package.json
   
   This is mostly the same behaviour as Cordova 8, except that we no longer add dependencies to config.xml under any circumstances.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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