You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Ext.manifest
should 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.manifest
should get updated with this packages. The package should then be loaded.The text was updated successfully, but these errors were encountered: