Add fragmentation strategies #89
Replies: 7 comments
-
We’re working on |
Beta Was this translation helpful? Give feedback.
-
This may be possible using the Dynamic import() expression. |
Beta Was this translation helpful? Give feedback.
-
I don’t think we’d need dynamic import, as we can just add a step in our workflow to also install the right bucketizer, no? |
Beta Was this translation helpful? Give feedback.
-
@pietercolpaert : installing a bucketizer package through configuration is not (yet) possible because GitHub Action requires the build result (dist folder) to be pushed onto GitHub. It uses that folder to run the action and the npm packages are already bundled in that folder, and thus restricting a bucketizer to be added at runtime. |
Beta Was this translation helpful? Give feedback.
-
Ok, then we need to fallback to just having a bucketizer repo that keeps a package.json with all known bucketizers as dependencies and exports them? |
Beta Was this translation helpful? Give feedback.
-
We already have a repository with our bucketizers: https://github.com/TREEcg/bucketizers. So, instead of creating another repo, I suggest to add a new package (e.g. |
Beta Was this translation helpful? Give feedback.
-
Or just |
Beta Was this translation helpful? Give feedback.
-
Possible fragmentation strategies that can be added:
Beta Was this translation helpful? Give feedback.
All reactions