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

Architecture issue #3

Open
bmblb opened this issue Jun 8, 2023 · 0 comments
Open

Architecture issue #3

bmblb opened this issue Jun 8, 2023 · 0 comments

Comments

@bmblb
Copy link
Collaborator

bmblb commented Jun 8, 2023

This repository uses 6 static resources which will share same window object. This will inevitably break component lookup, could break instanceof checks. Solution would be to create a multi-product bundle. It works for demo purposes, but not for production.
Since we don't know products which we will work with, we would need to find a solution to build a bundle for multiple products from sources with additional build step. Maybe in separate LWC App, or even another repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant