-
-
Notifications
You must be signed in to change notification settings - Fork 19
Allow importing from all plugins available at runtime #83
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
A nice thing about this approach is that we see an added value of having both jupyterlite and binder deployments as these have different tokens, so someone developing extensions for say specifically jupyterlite could test these extension points easily:
![]()
However, these tokens do not work right now because they are not a part of the "known plugins":
![]()
We should find a way to make sure that we allow importing all tokens that we discover at runtime. This will be a harder problem, worth creating a new issue for.
Originally posted by @krassowski in #82 (review)
This might require delving into Module Federation and/or webpack/rspack details a bit more.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Todo

