Skip to content

What is the configuration property packageClassList used for? #7405

Answered by jcesarmobile
robingenz asked this question in Q&A
Discussion options

You must be logged in to vote

It's not a configuration property, it's not exposed in the definitions file.

Capacitor 6 removes the plugin auto registration as it caused crashes in very specific circumstances, and since creating a new file and adding it to a native iOS project is a bit complex, which would cause a harder migration from Capacitor 5 to Capacitor 6, it was decided to put the plugin class list in the generated capacitor.config.json. Capacitor 6 uses that list to register the plugins.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@robingenz
Comment options

Answer selected by robingenz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants