Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New plugins not showing in config.xml #3979

Closed
tmk1991 opened this issue May 18, 2019 · 5 comments
Closed

New plugins not showing in config.xml #3979

tmk1991 opened this issue May 18, 2019 · 5 comments
Labels

Comments

@tmk1991
Copy link

tmk1991 commented May 18, 2019

Description:
New plugins not showing in config.xml

Steps to Reproduce:
ionic cordova plugin add cordova-plugin-file --save
Doesn't show up in config.xml but shows in package.json

ionic cli: 4.12.0
cordova: 9.0.0 (cordova-lib@9.0.1)

@imhoffd
Copy link
Contributor

imhoffd commented May 20, 2019

This is a change in Cordova CLI: apache/cordova-lib#750

They are moving away from using config.xml for managing platforms and plugins.

@imhoffd imhoffd closed this as completed May 20, 2019
@tmk1991
Copy link
Author

tmk1991 commented May 21, 2019

@dwieeb does this mean we can eliminate a config.xml?

@imhoffd
Copy link
Contributor

imhoffd commented May 21, 2019

@tmk1991 No, it's still used for many other things. They just wanted to put the package management stuff in package.json with the rest of it. (AFAIK).

@Domvel
Copy link

Domvel commented Sep 19, 2019

Does this mean I can remove all plugin tags from the config.xml and only manage it in the cordova property in package.json?

@imhoffd
Copy link
Contributor

imhoffd commented Sep 19, 2019

I believe so, with Cordova 9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants