What is the configuration property packageClassList
used for?
#7405
-
There seems to be a new configuration property |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
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 |
Beta Was this translation helpful? Give feedback.
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.