Ext.manifest should be updated once the application configuration with registered packages was parsed.
Packages should be dynamically loaded based on
- their appearance as package in the
uses-section of app.json
- their availability as Sencha cmd-package in the appropriate directory of a build
If the application configuration has entries which do not appear in Ext.manifest, Ext.manifest should get updated with this packages. The package should then be loaded.
Ext.manifestshould be updated once the application configuration with registered packages was parsed.Packages should be dynamically loaded based on
uses-section of app.jsonIf the application configuration has entries which do not appear in
Ext.manifest,Ext.manifestshould get updated with this packages. The package should then be loaded.