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

Do a clean export of getSchemaVariables #984

Open
vsgoulart opened this issue Jan 12, 2024 · 0 comments
Open

Do a clean export of getSchemaVariables #984

vsgoulart opened this issue Jan 12, 2024 · 0 comments
Assignees
Labels
backlog Queued in backlog

Comments

@vsgoulart
Copy link
Contributor

What should we do?

Currently if you want to import only getSchemaVariables it will bundle UI deps like Preact into your static files. This is happening because we don't have an specific export for getSchemaVariables and because we store each component config together with JSX
To avoid the UI deps we need to split the config from the JSX

Why should we do it?

To allow consumer having smaller bundles in their apps/libs

@vsgoulart vsgoulart self-assigned this Jan 12, 2024
@nikku nikku added the backlog Queued in backlog label Jan 15, 2024 — with bpmn-io-tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Queued in backlog
Projects
None yet
Development

No branches or pull requests

2 participants