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

feat: external packages can be loaded w/o registering them in app.json #86

Open
ThorstenSuckow opened this issue May 21, 2022 · 0 comments
Assignees
Labels

Comments

@ThorstenSuckow
Copy link
Member

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.

@ThorstenSuckow ThorstenSuckow self-assigned this May 21, 2022
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

1 participant